#24147B

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

Shades of Persian Indigo #24147B

Tints of Persian Indigo #24147B

Color information

#24147B (or 0x24147B) is unknown color: approx Persian Indigo. HEX triplet: 24, 14 and 7B. RGB value is (36,20,123). Sum of RGB (Red+Green+Blue) = 36+20+123=179 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.11% from 179); Green value is 20 (8.20% from 255 or 11.17% from 179); Blue value is 123 (48.44% from 255 or 68.72% from 179); Max value from RGB is 123 - color contains mainly: blue. Hex color #24147B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24147B is #DBEB84. Grayscale: #242424. Windows color (decimal): -14412677 or 8066084. OLE color: 8066084.

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

Color convert

RGB3620123-
CMYK0.710.8400.52
HSL249.32º72.03%28.04%-
HSV(B)249.32º83.74%48.24%-
XYZ4.552.3118.94-
YUV36.53176.8127.62-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.11%
GREEN value IS 20 (8.20% from 255) = 11.17%
BLUE value IS 123 (48.44% from 255) = 68.72%
R=20.11%
G=11.17%
B=68.72%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal36201230.710.8400.52249.3272.0328.04
Hex24147B4754034f9481c
Octal442417310712406437111034
Binary10010010100111101110001111010100011010011111001100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24147B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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