#62159A

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

Shades of Indigo #62159A

Tints of Indigo #62159A

Color information

#62159A (or 0x62159A) is unknown color: approx Indigo. HEX triplet: 62, 15 and 9A. RGB value is (98,21,154). Sum of RGB (Red+Green+Blue) = 98+21+154=273 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.90% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 154 (60.55% from 255 or 56.41% from 273); Max value from RGB is 154 - color contains mainly: blue. Hex color #62159A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62159A is #9DEA65. Grayscale: #3A3A3A. Windows color (decimal): -10349158 or 10098018. OLE color: 10098018.

HSL color Cylindrical-coordinate representation of color #62159A: hue angle of 274.74º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #62159A is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9821154-
CMYK0.360.8600.40
HSL274.74º76%34.31%-
HSV(B)274.74º86.36%60.39%-
XYZ11.145.4731.04-
YUV59.18181.51155.69-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.90%
GREEN value IS 21 (8.59% from 255) = 7.69%
BLUE value IS 154 (60.55% from 255) = 56.41%
R=35.90%
G=7.69%
B=56.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal98211540.360.8600.40274.747634.31
Hex62159A24560281134c22
Octal142252324412605042311442
Binary11000101010110011010100100101011001010001000100111001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62159A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62159A; }

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

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

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

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

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

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

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

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