Html Css Color HEX #62019C Indigo

📋 copy color: '#62019C'

red 98 ◦ green 1 ◦ blue 156

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

Shades of Indigo #62019C

Tints of Indigo #62019C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 156 (61.33% from 255) = 61.18%

R = 38.43%
G = 0.39%
B = 61.18%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#62019C (or 0x62019C) is known color: Indigo. HEX triplet: 62, 01 and 9C. RGB value is (98,1,156). Sum of RGB (Red+Green+Blue) = 98+1+156=255 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.43% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 156 (61.33% from 255 or 61.18% from 255); Max value from RGB is 156 - color contains mainly: blue. Hex color #62019C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62019C is #9DFE63. Grayscale: #2F2F2F. Windows color (decimal): -10354276 or 10223970. OLE color: 10223970.

HSL color Cylindrical-coordinate representation of color #62019C: hue angle of 277.55º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #62019C is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 98 1 156 -
CMYK 0.37 0.99 0 0.39
HSL 277.55º 0.99% 0.31% -
HSV(B) 277.55º 0.99% 0.61% -
XYZ 11.05 5.02 31.84 -
YUV 47.67 189.14 163.9 -
System Red Green Blue C M Y K H S L
Decimal 98 1 156 0.37 0.99 0 0.39 277.55 0.99 0.31
Hex 62 1 9C 25 63 0 27 116 63 1F
Octal 142 1 234 45 143 0 47 426 143 37
Binary 1100010 1 10011100 100101 1100011 0 100111 100010110 1100011 11111

Color Harmonies of #62019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62019C

Black with #62019C

Text Example


Text Example

White with #62019C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62019C; }

 p { color: rgb(98,1,156); }

 H1.HeaderClassName
 {
   color: #62019C;
 }
 .AnyTagClassName
 {
   color: #62019C;
 }
</style>

background-color css

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

 a { background-color: rgb(98,1,156); }

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

border-color css

<style>
 span { border-color: #62019C; }

 span { border-color: rgb(98,1,156); }

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