Html Css Color HEX #62137A Indigo

📋 copy color: '#62137A'

red 98 ◦ green 19 ◦ blue 122

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

Shades of Indigo #62137A

Tints of Indigo #62137A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.95%

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

R = 41%
G = 7.95%
B = 51.05%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#62137A (or 0x62137A) is known color: Indigo. HEX triplet: 62, 13 and 7A. RGB value is (98,19,122). Sum of RGB (Red+Green+Blue) = 98+19+122=239 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.00% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 122 (48.05% from 255 or 51.05% from 239); Max value from RGB is 122 - color contains mainly: blue. Hex color #62137A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62137A is #9DEC85. Grayscale: #363636. Windows color (decimal): -10349702 or 8000354. OLE color: 8000354.

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

Color convert

RGB 98 19 122 -
CMYK 0.20 0.84 0 0.52
HSL 286.02º 0.73% 0.28% -
HSV(B) 286.02º 0.84% 0.48% -
XYZ 8.78 4.47 18.81 -
YUV 54.36 166.17 159.12 -
System Red Green Blue C M Y K H S L
Decimal 98 19 122 0.20 0.84 0 0.52 286.02 0.73 0.28
Hex 62 13 7A 14 54 0 34 11E 49 1C
Octal 142 23 172 24 124 0 64 436 111 34
Binary 1100010 10011 1111010 10100 1010100 0 110100 100011110 1001001 11100

Color Harmonies of #62137A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62137A

Black with #62137A

Text Example


Text Example

White with #62137A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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