#240566

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

Shades of Persian Indigo #240566

Tints of Persian Indigo #240566

Color information

#240566 (or 0x240566) is unknown color: approx Persian Indigo. HEX triplet: 24, 05 and 66. RGB value is (36,5,102). Sum of RGB (Red+Green+Blue) = 36+5+102=143 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.17% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 102 (40.23% from 255 or 71.33% from 143); Max value from RGB is 102 - color contains mainly: blue. Hex color #240566 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240566 is #DBFA99. Grayscale: #181818. Windows color (decimal): -14416538 or 6685988. OLE color: 6685988.

HSL color Cylindrical-coordinate representation of color #240566: hue angle of 259.18º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #240566 is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB365102-
CMYK0.650.9500.6
HSL259.18º90.65%20.98%-
HSV(B)259.18º95.1%40%-
XYZ3.181.4412.68-
YUV25.33171.27135.61-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.17%
GREEN value IS 5 (2.34% from 255) = 3.50%
BLUE value IS 102 (40.23% from 255) = 71.33%
R=25.17%
G=3.50%
B=71.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal3651020.650.9500.6259.1890.6520.98
Hex24566415F03C1035b15
Octal44514610113707440313325
Binary1001001011100110100000110111110111100100000011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240566; }

 p { color: rgb(36,5,102); }

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

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

 a { background-color: rgb(36,5,102); }

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

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

 span { border-color: rgb(36,5,102); }

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