#240D65

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

Shades of Persian Indigo #240D65

Tints of Persian Indigo #240D65

Color information

#240D65 (or 0x240D65) is unknown color: approx Persian Indigo. HEX triplet: 24, 0D and 65. RGB value is (36,13,101). Sum of RGB (Red+Green+Blue) = 36+13+101=150 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24% from 150); Green value is 13 (5.47% from 255 or 8.67% from 150); Blue value is 101 (39.84% from 255 or 67.33% from 150); Max value from RGB is 101 - color contains mainly: blue. Hex color #240D65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240D65 is #DBF29A. Grayscale: #1D1D1D. Windows color (decimal): -14414491 or 6622500. OLE color: 6622500.

HSL color Cylindrical-coordinate representation of color #240D65: hue angle of 255.68º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #240D65 is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3613101-
CMYK0.640.8700.60
HSL255.68º77.19%22.35%-
HSV(B)255.68º87.13%39.61%-
XYZ3.221.612.45-
YUV29.91168.12132.34-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24%
GREEN value IS 13 (5.47% from 255) = 8.67%
BLUE value IS 101 (39.84% from 255) = 67.33%
R=24%
G=8.67%
B=67.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal36131010.640.8700.60255.6877.1922.35
Hex24D65405703C1004d16
Octal441514510012707440011526
Binary10010011011100101100000010101110111100100000000100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,13,101); }

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

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

 a { background-color: rgb(36,13,101); }

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

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

 span { border-color: rgb(36,13,101); }

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