#24085F

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

Shades of Persian Indigo #24085F

Tints of Persian Indigo #24085F

Color information

#24085F (or 0x24085F) is unknown color: approx Persian Indigo. HEX triplet: 24, 08 and 5F. RGB value is (36,8,95). Sum of RGB (Red+Green+Blue) = 36+8+95=139 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.90% from 139); Green value is 8 (3.52% from 255 or 5.76% from 139); Blue value is 95 (37.5% from 255 or 68.35% from 139); Max value from RGB is 95 - color contains mainly: blue. Hex color #24085F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24085F is #DBF7A0. Grayscale: #191919. Windows color (decimal): -14415777 or 6228004. OLE color: 6228004.

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

Color convert

RGB36895-
CMYK0.620.9200.63
HSL259.31º84.47%20.2%-
HSV(B)259.31º91.58%37.25%-
XYZ2.881.3710.94-
YUV26.29166.78134.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.90%
GREEN value IS 8 (3.52% from 255) = 5.76%
BLUE value IS 95 (37.5% from 255) = 68.35%
R=25.90%
G=5.76%
B=68.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal368950.620.9200.63259.3184.4720.2
Hex2485F3E5C03F1035414
Octal44101377613407740312424
Binary1001001000101111111111010111000111111100000011101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24085F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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