#24015C

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

Shades of Persian Indigo #24015C

Tints of Persian Indigo #24015C

Color information

#24015C (or 0x24015C) is unknown color: approx Persian Indigo. HEX triplet: 24, 01 and 5C. RGB value is (36,1,92). Sum of RGB (Red+Green+Blue) = 36+1+92=129 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.91% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 92 (36.33% from 255 or 71.32% from 129); Max value from RGB is 92 - color contains mainly: blue. Hex color #24015C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24015C is #DBFEA3. Grayscale: #151515. Windows color (decimal): -14417572 or 6029604. OLE color: 6029604.

HSL color Cylindrical-coordinate representation of color #24015C: hue angle of 263.08º 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 #24015C is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB36192-
CMYK0.610.9900.64
HSL263.08º97.85%18.24%-
HSV(B)263.08º98.91%36.08%-
XYZ2.671.1710.21-
YUV21.84167.6138.1-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 27.91%
GREEN value IS 1 (0.78% from 255) = 0.78%
BLUE value IS 92 (36.33% from 255) = 71.32%
R=27.91%
G=0.78%
B=71.32%

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
Decimal361920.610.9900.64263.0897.8518.24
Hex2415C3D630401076212
Octal44113475143010040714222
Binary10010011011100111101110001101000000100000111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24015C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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