#240063

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

Shades of Persian Indigo #240063

Tints of Persian Indigo #240063

Color information

#240063 (or 0x240063) is unknown color: approx Persian Indigo. HEX triplet: 24, 00 and 63. RGB value is (36,0,99). Sum of RGB (Red+Green+Blue) = 36+0+99=135 (17% of max value = 765). Red value is 36 (14.45% from 255 or 26.67% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 99 (39.06% from 255 or 73.33% from 135); Max value from RGB is 99 - color contains mainly: blue. Hex color #240063 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240063 is #DBFF9C. Grayscale: #151515. Windows color (decimal): -14417821 or 6488100. OLE color: 6488100.

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

Color convert

RGB36099-
CMYK0.64100.61
HSL261.82º100%19.41%-
HSV(B)261.82º100%38.82%-
XYZ2.981.2811.89-
YUV22.05171.43137.95-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 26.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 99 (39.06% from 255) = 73.33%
R=26.67%
G=0%
B=73.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal360990.64100.61261.8210019.41
Hex24063406403D1066413
Octal44014310014407540614423
Binary10010001100011100000011001000111101100000110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240063; }

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

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

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

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

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

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

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

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