#24057B

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

Shades of Persian Indigo #24057B

Tints of Persian Indigo #24057B

Color information

#24057B (or 0x24057B) is unknown color: approx Persian Indigo. HEX triplet: 24, 05 and 7B. RGB value is (36,5,123). Sum of RGB (Red+Green+Blue) = 36+5+123=164 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.95% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 123 (48.44% from 255 or 75% from 164); Max value from RGB is 123 - color contains mainly: blue. Hex color #24057B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24057B is #DBFA84. Grayscale: #1B1B1B. Windows color (decimal): -14416517 or 8062244. OLE color: 8062244.

HSL color Cylindrical-coordinate representation of color #24057B: hue angle of 255.76º 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 #24057B is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB365123-
CMYK0.710.9600.52
HSL255.76º92.19%25.1%-
HSV(B)255.76º95.93%48.24%-
XYZ4.361.9118.88-
YUV27.72181.77133.91-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.95%
GREEN value IS 5 (2.34% from 255) = 3.05%
BLUE value IS 123 (48.44% from 255) = 75%
R=21.95%
G=3.05%
B=75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3651230.710.9600.52255.7692.1925.1
Hex2457B47600341005c19
Octal44517310714006440013431
Binary1001001011111011100011111000000110100100000000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24057B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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