#24066A

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

Shades of Persian Indigo #24066A

Tints of Persian Indigo #24066A

Color information

#24066A (or 0x24066A) is unknown color: approx Persian Indigo. HEX triplet: 24, 06 and 6A. RGB value is (36,6,106). Sum of RGB (Red+Green+Blue) = 36+6+106=148 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.32% from 148); Green value is 6 (2.73% from 255 or 4.05% from 148); Blue value is 106 (41.80% from 255 or 71.62% from 148); Max value from RGB is 106 - color contains mainly: blue. Hex color #24066A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24066A is #DBF995. Grayscale: #1A1A1A. Windows color (decimal): -14416278 or 6948388. OLE color: 6948388.

HSL color Cylindrical-coordinate representation of color #24066A: hue angle of 258º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #24066A is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB366106-
CMYK0.660.9400.58
HSL258º89.29%21.96%-
HSV(B)258º94.34%41.57%-
XYZ3.391.5513.76-
YUV26.37172.94134.87-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.32%
GREEN value IS 6 (2.73% from 255) = 4.05%
BLUE value IS 106 (41.80% from 255) = 71.62%
R=24.32%
G=4.05%
B=71.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3661060.660.9400.5825889.2921.96
Hex2466A425E03A1025916
Octal44615210213607240213126
Binary1001001101101010100001010111100111010100000010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24066A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24066A; }

 p { color: rgb(36,6,106); }

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

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

 a { background-color: rgb(36,6,106); }

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

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

 span { border-color: rgb(36,6,106); }

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