#62109F

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

Shades of Indigo #62109F

Tints of Indigo #62109F

Color information

#62109F (or 0x62109F) is unknown color: approx Indigo. HEX triplet: 62, 10 and 9F. RGB value is (98,16,159). Sum of RGB (Red+Green+Blue) = 98+16+159=273 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.90% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 159 (62.5% from 255 or 58.24% from 273); Max value from RGB is 159 - color contains mainly: blue. Hex color #62109F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62109F is #9DEF60. Grayscale: #383838. Windows color (decimal): -10350433 or 10424418. OLE color: 10424418.

HSL color Cylindrical-coordinate representation of color #62109F: hue angle of 274.41º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #62109F is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9816159-
CMYK0.380.9000.38
HSL274.41º81.71%34.31%-
HSV(B)274.41º89.94%62.35%-
XYZ11.485.4733.25-
YUV56.82185.67157.37-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.90%
GREEN value IS 16 (6.64% from 255) = 5.86%
BLUE value IS 159 (62.5% from 255) = 58.24%
R=35.90%
G=5.86%
B=58.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal98161590.380.9000.38274.4181.7134.31
Hex62109F265A0261125222
Octal142202374613204642212242
Binary11000101000010011111100110101101001001101000100101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62109F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62109F; }

 p { color: rgb(98,16,159); }

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

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

 a { background-color: rgb(98,16,159); }

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

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

 span { border-color: rgb(98,16,159); }

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