#240462

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

Shades of Persian Indigo #240462

Tints of Persian Indigo #240462

Color information

#240462 (or 0x240462) is unknown color: approx Persian Indigo. HEX triplet: 24, 04 and 62. RGB value is (36,4,98). Sum of RGB (Red+Green+Blue) = 36+4+98=138 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.09% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 98 (38.67% from 255 or 71.01% from 138); Max value from RGB is 98 - color contains mainly: blue. Hex color #240462 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240462 is #DBFB9D. Grayscale: #171717. Windows color (decimal): -14416798 or 6423588. OLE color: 6423588.

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

Color convert

RGB36498-
CMYK0.630.9600.62
HSL260.43º92.16%20%-
HSV(B)260.43º95.92%38.43%-
XYZ2.981.3411.66-
YUV24.28169.6136.36-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 26.09%
GREEN value IS 4 (1.95% from 255) = 2.90%
BLUE value IS 98 (38.67% from 255) = 71.01%
R=26.09%
G=2.90%
B=71.01%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal364980.630.9600.62260.4392.1620
Hex244623F6003E1045c14
Octal4441427714007640413424
Binary100100100110001011111111000000111110100000100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240462; }

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

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

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

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

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

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

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

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