Html Css Color HEX #62059D Indigo

📋 copy color: '#62059D'

red 98 ◦ green 5 ◦ blue 157

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

Shades of Indigo #62059D

Tints of Indigo #62059D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.92%

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

R = 37.69%
G = 1.92%
B = 60.38%

CMYK

 C value IS 0.38

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#62059D (or 0x62059D) is known color: Indigo. HEX triplet: 62, 05 and 9D. RGB value is (98,5,157). Sum of RGB (Red+Green+Blue) = 98+5+157=260 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.69% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 157 (61.72% from 255 or 60.38% from 260); Max value from RGB is 157 - color contains mainly: blue. Hex color #62059D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62059D is #9DFA62. Grayscale: #313131. Windows color (decimal): -10353251 or 10290530. OLE color: 10290530.

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

Color convert

RGB 98 5 157 -
CMYK 0.38 0.97 0 0.38
HSL 276.71º 0.94% 0.32% -
HSV(B) 276.71º 0.97% 0.62% -
XYZ 11.18 5.14 32.3 -
YUV 50.14 188.31 162.14 -
System Red Green Blue C M Y K H S L
Decimal 98 5 157 0.38 0.97 0 0.38 276.71 0.94 0.32
Hex 62 5 9D 26 61 0 26 115 5E 20
Octal 142 5 235 46 141 0 46 425 136 40
Binary 1100010 101 10011101 100110 1100001 0 100110 100010101 1011110 100000

Color Harmonies of #62059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62059D

Black with #62059D

Text Example


Text Example

White with #62059D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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