#24057C

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

Shades of Persian Indigo #24057C

Tints of Persian Indigo #24057C

Color information

#24057C (or 0x24057C) is unknown color: approx Persian Indigo. HEX triplet: 24, 05 and 7C. RGB value is (36,5,124). Sum of RGB (Red+Green+Blue) = 36+5+124=165 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.82% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 124 (48.83% from 255 or 75.15% from 165); Max value from RGB is 124 - color contains mainly: blue. Hex color #24057C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24057C is #DBFA83. Grayscale: #1B1B1B. Windows color (decimal): -14416516 or 8127780. OLE color: 8127780.

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

Color convert

RGB365124-
CMYK0.710.9600.51
HSL255.63º92.25%25.29%-
HSV(B)255.63º95.97%48.63%-
XYZ4.421.9419.21-
YUV27.84182.27133.82-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.82%
GREEN value IS 5 (2.34% from 255) = 3.03%
BLUE value IS 124 (48.83% from 255) = 75.15%
R=21.82%
G=3.03%
B=75.15%

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
Decimal3651240.710.9600.51255.6392.2525.29
Hex2457C47600331005c19
Octal44517410714006340013431
Binary1001001011111100100011111000000110011100000000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24057C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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