#24006F

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

Shades of Persian Indigo #24006F

Tints of Persian Indigo #24006F

Color information

#24006F (or 0x24006F) is unknown color: approx Persian Indigo. HEX triplet: 24, 00 and 6F. RGB value is (36,0,111). Sum of RGB (Red+Green+Blue) = 36+0+111=147 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.49% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 111 (43.75% from 255 or 75.51% from 147); Max value from RGB is 111 - color contains mainly: blue. Hex color #24006F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24006F is #DBFF90. Grayscale: #171717. Windows color (decimal): -14417809 or 7274532. OLE color: 7274532.

HSL color Cylindrical-coordinate representation of color #24006F: hue angle of 259.46º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #24006F is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB360111-
CMYK0.68100.56
HSL259.46º100%21.76%-
HSV(B)259.46º100%43.53%-
XYZ3.61.5215.14-
YUV23.42177.43136.97-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.49%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 111 (43.75% from 255) = 75.51%
R=24.49%
G=0%
B=75.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3601110.68100.56259.4610021.76
Hex2406F44640381036416
Octal44015710414407040314426
Binary10010001101111100010011001000111000100000011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24006F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,0,111); }

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

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

 a { background-color: rgb(36,0,111); }

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

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

 span { border-color: rgb(36,0,111); }

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