#410e7f

Color #410E7F Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #410E7F

Tints of Persian Indigo #410E7F

Color information

#410E7F (or 0x410E7F) is unknown color: approx Persian Indigo. HEX triplet: 41, 0E and 7F. RGB value is (65,14,127). Sum of RGB (Red+Green+Blue) = 65+14+127=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 14 (5.86% from 255 or 6.80% from 206); Blue value is 127 (50% from 255 or 61.65% from 206); Max value from RGB is 127 - color contains mainly: blue. Hex color #410E7F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410E7F is #BEF180. Grayscale: #292929. Windows color (decimal): -12513665 or 8326721. OLE color: 8326721.

HSL color Cylindrical-coordinate representation of color #410E7F: hue angle of 267.08º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #410E7F is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6514127-
CMYK0.490.8900.50
HSL267.08º80.14%27.65%-
HSV(B)267.08º88.98%49.8%-
XYZ6.172.9720.33-
YUV42.13175.9144.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 65 (25.78% from 255) = 31.55%
GREEN value IS 14 (5.86% from 255) = 6.80%
BLUE value IS 127 (50% from 255) = 61.65%
R=31.55%
G=6.80%
B=61.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal65141270.490.8900.50267.0880.1427.65
Hex41E7F315903210b501c
Octal101161776113106241312034
Binary10000011110111111111000110110010110010100001011101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410e7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410e7f; }

 p { color: rgb(65,14,127); }

 H1.HeaderClassName
 {
   color: #410e7f;
 }
 .AnyTagClassName
 {
   color: #410e7f;
 }
</style>
background-color css

<style>
 a { background-color: #410e7f; }

 a { background-color: rgb(65,14,127); }

 div.DivClassName
 {
   background-color: #410e7f;
 }
 .BgClassName
 {
   background-color: #410e7f;
 }
</style>
border-color css

<style>
 span { border-color: #410e7f; }

 span { border-color: rgb(65,14,127); }

 td.TdClassName
 {
   border-color: #410e7f;
 }
 .TagClassName
 {
   border-color: #410e7f;
 }
</style>