#24057E

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

Shades of Persian Indigo #24057E

Tints of Persian Indigo #24057E

Color information

#24057E (or 0x24057E) is unknown color: approx Persian Indigo. HEX triplet: 24, 05 and 7E. RGB value is (36,5,126). Sum of RGB (Red+Green+Blue) = 36+5+126=167 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.56% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 126 (49.61% from 255 or 75.45% from 167); Max value from RGB is 126 - color contains mainly: blue. Hex color #24057E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24057E is #DBFA81. Grayscale: #1B1B1B. Windows color (decimal): -14416514 or 8258852. OLE color: 8258852.

HSL color Cylindrical-coordinate representation of color #24057E: hue angle of 255.37º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #24057E is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB365126-
CMYK0.710.9600.51
HSL255.37º92.37%25.69%-
HSV(B)255.37º96.03%49.41%-
XYZ4.551.9919.88-
YUV28.06183.27133.66-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.56%
GREEN value IS 5 (2.34% from 255) = 2.99%
BLUE value IS 126 (49.61% from 255) = 75.45%
R=21.56%
G=2.99%
B=75.45%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal3651260.710.9600.51255.3792.3725.69
Hex2457E4760033ff5c1a
Octal44517610714006337713432
Binary100100101111111010001111100000011001111111111101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24057E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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