#410F79

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

Shades of Persian Indigo #410F79

Tints of Persian Indigo #410F79

Color information

#410F79 (or 0x410F79) is unknown color: approx Persian Indigo. HEX triplet: 41, 0F and 79. RGB value is (65,15,121). Sum of RGB (Red+Green+Blue) = 65+15+121=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 121 (47.66% from 255 or 60.20% from 201); Max value from RGB is 121 - color contains mainly: blue. Hex color #410F79 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410F79 is #BEF086. Grayscale: #292929. Windows color (decimal): -12513415 or 7933761. OLE color: 7933761.

HSL color Cylindrical-coordinate representation of color #410F79: hue angle of 268.3º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #410F79 is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6515121-
CMYK0.460.8800.53
HSL268.3º77.94%26.67%-
HSV(B)268.3º87.6%47.45%-
XYZ5.82.8518.33-
YUV42.03172.56144.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.34%
GREEN value IS 15 (6.25% from 255) = 7.46%
BLUE value IS 121 (47.66% from 255) = 60.20%
R=32.34%
G=7.46%
B=60.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65151210.460.8800.53268.377.9426.67
Hex41F792E5803510c4e1b
Octal101171715613006541411633
Binary10000011111111100110111010110000110101100001100100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,15,121); }

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

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

 a { background-color: rgb(65,15,121); }

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

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

 span { border-color: rgb(65,15,121); }

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