Html Css Color HEX #62077A Indigo

📋 copy color: '#62077A'

red 98 ◦ green 7 ◦ blue 122

#62077A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #62077A

Tints of Indigo #62077A

RGB

 RED value IS 98 (38.67% from 255) = 43.17%

 GREEN value IS 7 (3.13% 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 value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#62077A (or 0x62077A) is known color: 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

RGB 98 7 122 -
CMYK 0.20 0.94 0 0.52
HSL 287.48º 0.89% 0.25% -
HSV(B) 287.48º 0.94% 0.48% -
XYZ 8.63 4.15 18.76 -
YUV 47.32 170.15 164.15 -
System Red Green Blue C M Y K H S L
Decimal 98 7 122 0.20 0.94 0 0.52 287.48 0.89 0.25
Hex 62 7 7A 14 5E 0 34 11F 59 19
Octal 142 7 172 24 136 0 64 437 131 31
Binary 1100010 111 1111010 10100 1011110 0 110100 100011111 1011001 11001

Color Harmonies of #62077A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62077A

Black with #62077A

Text Example


Text Example

White with #62077A

Text Example


Text Example

HTML Codes & Css Web 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>