#240C65

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

Shades of Persian Indigo #240C65

Tints of Persian Indigo #240C65

Color information

#240C65 (or 0x240C65) is unknown color: approx Persian Indigo. HEX triplet: 24, 0C and 65. RGB value is (36,12,101). Sum of RGB (Red+Green+Blue) = 36+12+101=149 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.16% from 149); Green value is 12 (5.08% from 255 or 8.05% from 149); Blue value is 101 (39.84% from 255 or 67.79% from 149); Max value from RGB is 101 - color contains mainly: blue. Hex color #240C65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240C65 is #DBF39A. Grayscale: #1C1C1C. Windows color (decimal): -14414747 or 6622244. OLE color: 6622244.

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

Color convert

RGB3612101-
CMYK0.640.8800.60
HSL256.18º78.76%22.16%-
HSV(B)256.18º88.12%39.61%-
XYZ3.211.5812.45-
YUV29.32168.45132.76-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.16%
GREEN value IS 12 (5.08% from 255) = 8.05%
BLUE value IS 101 (39.84% from 255) = 67.79%
R=24.16%
G=8.05%
B=67.79%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal36121010.640.8800.60256.1878.7622.16
Hex24C65405803C1004f16
Octal441414510013007440011726
Binary10010011001100101100000010110000111100100000000100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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