#240A66

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

Shades of Persian Indigo #240A66

Tints of Persian Indigo #240A66

Color information

#240A66 (or 0x240A66) is unknown color: approx Persian Indigo. HEX triplet: 24, 0A and 66. RGB value is (36,10,102). Sum of RGB (Red+Green+Blue) = 36+10+102=148 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.32% from 148); Green value is 10 (4.30% from 255 or 6.76% from 148); Blue value is 102 (40.23% from 255 or 68.92% from 148); Max value from RGB is 102 - color contains mainly: blue. Hex color #240A66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240A66 is #DBF599. Grayscale: #1B1B1B. Windows color (decimal): -14415258 or 6687268. OLE color: 6687268.

HSL color Cylindrical-coordinate representation of color #240A66: hue angle of 256.96º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #240A66 is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3610102-
CMYK0.650.9000.6
HSL256.96º82.14%21.96%-
HSV(B)256.96º90.2%40%-
XYZ3.231.5512.7-
YUV28.26169.61133.52-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.32%
GREEN value IS 10 (4.30% from 255) = 6.76%
BLUE value IS 102 (40.23% from 255) = 68.92%
R=24.32%
G=6.76%
B=68.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal36101020.650.9000.6256.9682.1421.96
Hex24A66415A03C1015216
Octal441214610113207440112226
Binary10010010101100110100000110110100111100100000001101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240A66; }

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

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

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

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

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

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

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

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