#240062

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

Shades of Persian Indigo #240062

Tints of Persian Indigo #240062

Color information

#240062 (or 0x240062) is unknown color: approx Persian Indigo. HEX triplet: 24, 00 and 62. RGB value is (36,0,98). Sum of RGB (Red+Green+Blue) = 36+0+98=134 (17% of max value = 765). Red value is 36 (14.45% from 255 or 26.87% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 98 (38.67% from 255 or 73.13% from 134); Max value from RGB is 98 - color contains mainly: blue. Hex color #240062 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240062 is #DBFF9D. Grayscale: #151515. Windows color (decimal): -14417822 or 6422564. OLE color: 6422564.

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

Color convert

RGB36098-
CMYK0.63100.62
HSL262.04º100%19.22%-
HSV(B)262.04º100%38.43%-
XYZ2.931.2611.64-
YUV21.94170.93138.03-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 26.87%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 98 (38.67% from 255) = 73.13%
R=26.87%
G=0%
B=73.13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal360980.63100.62262.0410019.22
Hex240623F6403E1066413
Octal4401427714407640614423
Binary1001000110001011111111001000111110100000110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240062; }

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

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

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

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

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

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

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

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