#62077a

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

Shades of Indigo #62077A

Tints of Indigo #62077A

Color information

#62077A (or 0x62077A) is unknown color: approx Indigo. HEX triplet: 62, 07 and 7A. RGB value is (98,7,122). Sum of RGB (Red+Green+Blue) = 98+7+122=227 (30% of max value = 765). Red value is 98 (38.67% from 255 or 43.17% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 122 (48.05% from 255 or 53.74% from 227); Max value from RGB is 122 - color contains mainly: blue. Hex color #62077A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62077A is #9DF885. Grayscale: #2E2E2E. Windows color (decimal): -10352774 or 7997282. OLE color: 7997282.

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

Color convert

RGB987122-
CMYK0.200.9400.52
HSL287.48º89.15%25.29%-
HSV(B)287.48º94.26%47.84%-
XYZ8.634.1518.76-
YUV47.32170.15164.15-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.17%
GREEN value IS 7 (3.12% from 255) = 3.08%
BLUE value IS 122 (48.05% from 255) = 53.74%
R=43.17%
G=3.08%
B=53.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9871220.200.9400.52287.4889.1525.29
Hex6277A145E03411f5919
Octal14271722413606443713131
Binary110001011111110101010010111100110100100011111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62077a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62077a; }

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

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

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

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

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

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

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

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