#240F68

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

Shades of Persian Indigo #240F68

Tints of Persian Indigo #240F68

Color information

#240F68 (or 0x240F68) is unknown color: approx Persian Indigo. HEX triplet: 24, 0F and 68. RGB value is (36,15,104). Sum of RGB (Red+Green+Blue) = 36+15+104=155 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.23% from 155); Green value is 15 (6.25% from 255 or 9.68% from 155); Blue value is 104 (41.02% from 255 or 67.10% from 155); Max value from RGB is 104 - color contains mainly: blue. Hex color #240F68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240F68 is #DBF097. Grayscale: #1F1F1F. Windows color (decimal): -14413976 or 6819620. OLE color: 6819620.

HSL color Cylindrical-coordinate representation of color #240F68: hue angle of 254.16º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #240F68 is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3615104-
CMYK0.650.8600.59
HSL254.16º74.79%23.33%-
HSV(B)254.16º85.58%40.78%-
XYZ3.41.7213.25-
YUV31.42168.96131.26-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.23%
GREEN value IS 15 (6.25% from 255) = 9.68%
BLUE value IS 104 (41.02% from 255) = 67.10%
R=23.23%
G=9.68%
B=67.10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal36151040.650.8600.59254.1674.7923.33
Hex24F68415603Bfe4b17
Octal441715010112607337611327
Binary1001001111110100010000011010110011101111111110100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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