#24015D

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

Shades of Persian Indigo #24015D

Tints of Persian Indigo #24015D

Color information

#24015D (or 0x24015D) is unknown color: approx Persian Indigo. HEX triplet: 24, 01 and 5D. RGB value is (36,1,93). Sum of RGB (Red+Green+Blue) = 36+1+93=130 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.69% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 93 (36.72% from 255 or 71.54% from 130); Max value from RGB is 93 - color contains mainly: blue. Hex color #24015D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24015D is #DBFEA2. Grayscale: #151515. Windows color (decimal): -14417571 or 6095140. OLE color: 6095140.

HSL color Cylindrical-coordinate representation of color #24015D: hue angle of 262.83º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #24015D is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB36193-
CMYK0.610.9900.64
HSL262.83º97.87%18.43%-
HSV(B)262.83º98.92%36.47%-
XYZ2.711.1910.44-
YUV21.95168.1138.02-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 27.69%
GREEN value IS 1 (0.78% from 255) = 0.77%
BLUE value IS 93 (36.72% from 255) = 71.54%
R=27.69%
G=0.77%
B=71.54%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal361930.610.9900.64262.8397.8718.43
Hex2415D3D630401076212
Octal44113575143010040714222
Binary10010011011101111101110001101000000100000111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24015D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24015D; }

 p { color: rgb(36,1,93); }

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

<style>
 a { background-color: #24015D; }

 a { background-color: rgb(36,1,93); }

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

<style>
 span { border-color: #24015D; }

 span { border-color: rgb(36,1,93); }

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