Html Css Color HEX #62019D Indigo

📋 copy color: '#62019D'

red 98 ◦ green 1 ◦ blue 157

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

Shades of Indigo #62019D

Tints of Indigo #62019D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 61.33%

R = 38.28%
G = 0.39%
B = 61.33%

CMYK

 C value IS 0.38

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#62019D (or 0x62019D) is known color: Indigo. HEX triplet: 62, 01 and 9D. RGB value is (98,1,157). Sum of RGB (Red+Green+Blue) = 98+1+157=256 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.28% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 157 (61.72% from 255 or 61.33% from 256); Max value from RGB is 157 - color contains mainly: blue. Hex color #62019D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62019D is #9DFE62. Grayscale: #2F2F2F. Windows color (decimal): -10354275 or 10289506. OLE color: 10289506.

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

Color convert

RGB 98 1 157 -
CMYK 0.38 0.99 0 0.38
HSL 277.31º 0.99% 0.31% -
HSV(B) 277.31º 0.99% 0.62% -
XYZ 11.13 5.05 32.29 -
YUV 47.79 189.64 163.82 -
System Red Green Blue C M Y K H S L
Decimal 98 1 157 0.38 0.99 0 0.38 277.31 0.99 0.31
Hex 62 1 9D 26 63 0 26 115 63 1F
Octal 142 1 235 46 143 0 46 425 143 37
Binary 1100010 1 10011101 100110 1100011 0 100110 100010101 1100011 11111

Color Harmonies of #62019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62019D

Black with #62019D

Text Example


Text Example

White with #62019D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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