#24055F

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

Shades of Persian Indigo #24055F

Tints of Persian Indigo #24055F

Color information

#24055F (or 0x24055F) is unknown color: approx Persian Indigo. HEX triplet: 24, 05 and 5F. RGB value is (36,5,95). Sum of RGB (Red+Green+Blue) = 36+5+95=136 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.47% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 95 (37.5% from 255 or 69.85% from 136); Max value from RGB is 95 - color contains mainly: blue. Hex color #24055F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24055F is #DBFAA0. Grayscale: #181818. Windows color (decimal): -14416545 or 6227236. OLE color: 6227236.

HSL color Cylindrical-coordinate representation of color #24055F: hue angle of 260.67º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #24055F is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB36595-
CMYK0.620.9500.63
HSL260.67º90%19.61%-
HSV(B)260.67º94.74%37.25%-
XYZ2.851.3110.93-
YUV24.53167.77136.18-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 26.47%
GREEN value IS 5 (2.34% from 255) = 3.68%
BLUE value IS 95 (37.5% from 255) = 69.85%
R=26.47%
G=3.68%
B=69.85%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal365950.620.9500.63260.679019.61
Hex2455F3E5F03F1055a14
Octal4451377613707740513224
Binary100100101101111111111010111110111111100000101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24055F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24055F; }

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

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

<style>
 a { background-color: #24055F; }

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

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

<style>
 span { border-color: #24055F; }

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

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