Html Css Color HEX #62117A Indigo

📋 copy color: '#62117A'

red 98 ◦ green 17 ◦ blue 122

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

Shades of Indigo #62117A

Tints of Indigo #62117A

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 value IS 0.20

 M value IS 0.86

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

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

RGB 98 17 122 -
CMYK 0.20 0.86 0 0.52
HSL 286.29º 0.76% 0.27% -
HSV(B) 286.29º 0.86% 0.48% -
XYZ 8.75 4.4 18.8 -
YUV 53.19 166.84 159.96 -
System Red Green Blue C M Y K H S L
Decimal 98 17 122 0.20 0.86 0 0.52 286.29 0.76 0.27
Hex 62 11 7A 14 56 0 34 11E 4C 1B
Octal 142 21 172 24 126 0 64 436 114 33
Binary 1100010 10001 1111010 10100 1010110 0 110100 100011110 1001100 11011

Color Harmonies of #62117A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62117A

Black with #62117A

Text Example


Text Example

White with #62117A

Text Example


Text Example

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