#24057A

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

Shades of Persian Indigo #24057A

Tints of Persian Indigo #24057A

Color information

#24057A (or 0x24057A) is unknown color: approx Persian Indigo. HEX triplet: 24, 05 and 7A. RGB value is (36,5,122). Sum of RGB (Red+Green+Blue) = 36+5+122=163 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.09% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 122 (48.05% from 255 or 74.85% from 163); Max value from RGB is 122 - color contains mainly: blue. Hex color #24057A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24057A is #DBFA85. Grayscale: #1B1B1B. Windows color (decimal): -14416518 or 7996708. OLE color: 7996708.

HSL color Cylindrical-coordinate representation of color #24057A: hue angle of 255.9º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #24057A is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB365122-
CMYK0.700.9600.52
HSL255.9º92.13%24.9%-
HSV(B)255.9º95.9%47.84%-
XYZ4.291.8918.55-
YUV27.61181.27133.99-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.09%
GREEN value IS 5 (2.34% from 255) = 3.07%
BLUE value IS 122 (48.05% from 255) = 74.85%
R=22.09%
G=3.07%
B=74.85%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3651220.700.9600.52255.992.1324.9
Hex2457A46600341005c19
Octal44517210614006440013431
Binary1001001011111010100011011000000110100100000000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24057A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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