Html Css Color HEX #62019B Indigo

📋 copy color: '#62019B'

red 98 ◦ green 1 ◦ blue 155

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

Shades of Indigo #62019B

Tints of Indigo #62019B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 61.02%

R = 38.58%
G = 0.39%
B = 61.02%

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

#62019B (or 0x62019B) is known color: Indigo. HEX triplet: 62, 01 and 9B. RGB value is (98,1,155). Sum of RGB (Red+Green+Blue) = 98+1+155=254 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.58% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 155 (60.94% from 255 or 61.02% from 254); Max value from RGB is 155 - color contains mainly: blue. Hex color #62019B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62019B is #9DFE64. Grayscale: #2F2F2F. Windows color (decimal): -10354277 or 10158434. OLE color: 10158434.

HSL color Cylindrical-coordinate representation of color #62019B: hue angle of 277.79º 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 #62019B is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 98 1 155 -
CMYK 0.37 0.99 0 0.39
HSL 277.79º 0.99% 0.31% -
HSV(B) 277.79º 0.99% 0.61% -
XYZ 10.96 4.98 31.39 -
YUV 47.56 188.64 163.98 -
System Red Green Blue C M Y K H S L
Decimal 98 1 155 0.37 0.99 0 0.39 277.79 0.99 0.31
Hex 62 1 9B 25 63 0 27 116 63 1F
Octal 142 1 233 45 143 0 47 426 143 37
Binary 1100010 1 10011011 100101 1100011 0 100111 100010110 1100011 11111

Color Harmonies of #62019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62019B

Black with #62019B

Text Example


Text Example

White with #62019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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