#24157B

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

Shades of Persian Indigo #24157B

Tints of Persian Indigo #24157B

Color information

#24157B (or 0x24157B) is unknown color: approx Persian Indigo. HEX triplet: 24, 15 and 7B. RGB value is (36,21,123). Sum of RGB (Red+Green+Blue) = 36+21+123=180 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 123 (48.44% from 255 or 68.33% from 180); Max value from RGB is 123 - color contains mainly: blue. Hex color #24157B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24157B is #DBEA84. Grayscale: #242424. Windows color (decimal): -14412421 or 8066340. OLE color: 8066340.

HSL color Cylindrical-coordinate representation of color #24157B: hue angle of 248.82º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24157B is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3621123-
CMYK0.710.8300.52
HSL248.82º70.83%28.24%-
HSV(B)248.82º82.93%48.24%-
XYZ4.572.3418.95-
YUV37.11176.47127.21-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20%
GREEN value IS 21 (8.59% from 255) = 11.67%
BLUE value IS 123 (48.44% from 255) = 68.33%
R=20%
G=11.67%
B=68.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal36211230.710.8300.52248.8270.8328.24
Hex24157B4753034f9471c
Octal442517310712306437110734
Binary10010010101111101110001111010011011010011111001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24157B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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