#62117A

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

Shades of Indigo #62117A

Tints of Indigo #62117A

Color information

#62117A (or 0x62117A) is unknown color: approx Indigo. HEX triplet: 62, 11 and 7A. RGB value is (98,17,122). Sum of RGB (Red+Green+Blue) = 98+17+122=237 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.35% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 122 (48.05% from 255 or 51.48% from 237); Max value from RGB is 122 - color contains mainly: blue. Hex color #62117A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62117A is #9DEE85. Grayscale: #343434. Windows color (decimal): -10350214 or 7999842. OLE color: 7999842.

HSL color Cylindrical-coordinate representation of color #62117A: hue angle of 286.29º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #62117A is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9817122-
CMYK0.200.8600.52
HSL286.29º75.54%27.25%-
HSV(B)286.29º86.07%47.84%-
XYZ8.754.418.8-
YUV53.19166.84159.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.35%
GREEN value IS 17 (7.03% from 255) = 7.17%
BLUE value IS 122 (48.05% from 255) = 51.48%
R=41.35%
G=7.17%
B=51.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal98171220.200.8600.52286.2975.5427.25
Hex62117A145603411e4c1b
Octal142211722412606443611433
Binary11000101000111110101010010101100110100100011110100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62117A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,17,122); }

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

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

 a { background-color: rgb(98,17,122); }

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

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

 span { border-color: rgb(98,17,122); }

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