#240C63

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

Shades of Persian Indigo #240C63

Tints of Persian Indigo #240C63

Color information

#240C63 (or 0x240C63) is unknown color: approx Persian Indigo. HEX triplet: 24, 0C and 63. RGB value is (36,12,99). Sum of RGB (Red+Green+Blue) = 36+12+99=147 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.49% from 147); Green value is 12 (5.08% from 255 or 8.16% from 147); Blue value is 99 (39.06% from 255 or 67.35% from 147); Max value from RGB is 99 - color contains mainly: blue. Hex color #240C63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240C63 is #DBF39C. Grayscale: #1C1C1C. Windows color (decimal): -14414749 or 6491172. OLE color: 6491172.

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

Color convert

RGB361299-
CMYK0.640.8800.61
HSL256.55º78.38%21.76%-
HSV(B)256.55º87.88%38.82%-
XYZ3.111.5411.94-
YUV29.09167.45132.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.49%
GREEN value IS 12 (5.08% from 255) = 8.16%
BLUE value IS 99 (39.06% from 255) = 67.35%
R=24.49%
G=8.16%
B=67.35%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3612990.640.8800.61256.5578.3821.76
Hex24C63405803D1014e16
Octal441414310013007540111626
Binary10010011001100011100000010110000111101100000001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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