#240F6C

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

Shades of Persian Indigo #240F6C

Tints of Persian Indigo #240F6C

Color information

#240F6C (or 0x240F6C) is unknown color: approx Persian Indigo. HEX triplet: 24, 0F and 6C. RGB value is (36,15,108). Sum of RGB (Red+Green+Blue) = 36+15+108=159 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.64% from 159); Green value is 15 (6.25% from 255 or 9.43% from 159); Blue value is 108 (42.58% from 255 or 67.92% from 159); Max value from RGB is 108 - color contains mainly: blue. Hex color #240F6C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240F6C is #DBF093. Grayscale: #1F1F1F. Windows color (decimal): -14413972 or 7081764. OLE color: 7081764.

HSL color Cylindrical-coordinate representation of color #240F6C: hue angle of 253.55º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #240F6C is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3615108-
CMYK0.670.8600.58
HSL253.55º75.61%24.12%-
HSV(B)253.55º86.11%42.35%-
XYZ3.611.814.34-
YUV31.88170.96130.94-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.64%
GREEN value IS 15 (6.25% from 255) = 9.43%
BLUE value IS 108 (42.58% from 255) = 67.92%
R=22.64%
G=9.43%
B=67.92%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal36151080.670.8600.58253.5575.6124.12
Hex24F6C435603Afe4c18
Octal441715410312607237611430
Binary1001001111110110010000111010110011101011111110100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240F6C; }

 p { color: rgb(36,15,108); }

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

<style>
 a { background-color: #240F6C; }

 a { background-color: rgb(36,15,108); }

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

<style>
 span { border-color: #240F6C; }

 span { border-color: rgb(36,15,108); }

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