#62158E

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

Shades of Indigo #62158E

Tints of Indigo #62158E

Color information

#62158E (or 0x62158E) is unknown color: approx Indigo. HEX triplet: 62, 15 and 8E. RGB value is (98,21,142). Sum of RGB (Red+Green+Blue) = 98+21+142=261 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.55% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 142 (55.86% from 255 or 54.41% from 261); Max value from RGB is 142 - color contains mainly: blue. Hex color #62158E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62158E is #9DEA71. Grayscale: #393939. Windows color (decimal): -10349170 or 9311586. OLE color: 9311586.

HSL color Cylindrical-coordinate representation of color #62158E: hue angle of 278.18º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #62158E is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9821142-
CMYK0.310.8500.44
HSL278.18º74.23%31.96%-
HSV(B)278.18º85.21%55.69%-
XYZ10.195.0926.04-
YUV57.82175.51156.66-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.55%
GREEN value IS 21 (8.59% from 255) = 8.05%
BLUE value IS 142 (55.86% from 255) = 54.41%
R=37.55%
G=8.05%
B=54.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal98211420.310.8500.44278.1874.2331.96
Hex62158E1F5502C1164a20
Octal142252163712505442611240
Binary1100010101011000111011111101010101011001000101101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62158E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62158E; }

 p { color: rgb(98,21,142); }

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

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

 a { background-color: rgb(98,21,142); }

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

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

 span { border-color: rgb(98,21,142); }

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