Html Css Color HEX #62027A Indigo

📋 copy color: '#62027A'

red 98 ◦ green 2 ◦ blue 122

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

Shades of Indigo #62027A

Tints of Indigo #62027A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

 BLUE value IS 122 (48.05% from 255) = 54.95%

R = 44.14%
G = 0.9%
B = 54.95%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#62027A (or 0x62027A) is known color: Indigo. HEX triplet: 62, 02 and 7A. RGB value is (98,2,122). Sum of RGB (Red+Green+Blue) = 98+2+122=222 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.14% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 122 (48.05% from 255 or 54.95% from 222); Max value from RGB is 122 - color contains mainly: blue. Hex color #62027A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62027A is #9DFD85. Grayscale: #2C2C2C. Windows color (decimal): -10354054 or 7996002. OLE color: 7996002.

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

Color convert

RGB 98 2 122 -
CMYK 0.20 0.98 0 0.52
HSL 288º 0.97% 0.24% -
HSV(B) 288º 0.98% 0.48% -
XYZ 8.57 4.05 18.74 -
YUV 44.38 171.8 166.24 -
System Red Green Blue C M Y K H S L
Decimal 98 2 122 0.20 0.98 0 0.52 288 0.97 0.24
Hex 62 2 7A 14 62 0 34 120 61 18
Octal 142 2 172 24 142 0 64 440 141 30
Binary 1100010 10 1111010 10100 1100010 0 110100 100100000 1100001 11000

Color Harmonies of #62027A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62027A

Black with #62027A

Text Example


Text Example

White with #62027A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #62027A;
 }
 .AnyTagClassName
 {
   color: #62027A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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