Html Css Color HEX #62059E Indigo

📋 copy color: '#62059E'

red 98 ◦ green 5 ◦ blue 158

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

Shades of Indigo #62059E

Tints of Indigo #62059E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 60.54%

R = 37.55%
G = 1.92%
B = 60.54%

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

#62059E (or 0x62059E) is known color: Indigo. HEX triplet: 62, 05 and 9E. RGB value is (98,5,158). Sum of RGB (Red+Green+Blue) = 98+5+158=261 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.55% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 158 (62.11% from 255 or 60.54% from 261); Max value from RGB is 158 - color contains mainly: blue. Hex color #62059E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62059E is #9DFA61. Grayscale: #313131. Windows color (decimal): -10353250 or 10356066. OLE color: 10356066.

HSL color Cylindrical-coordinate representation of color #62059E: hue angle of 276.47º 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 #62059E is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 98 5 158 -
CMYK 0.38 0.97 0 0.38
HSL 276.47º 0.94% 0.32% -
HSV(B) 276.47º 0.97% 0.62% -
XYZ 11.26 5.17 32.75 -
YUV 50.25 188.81 162.06 -
System Red Green Blue C M Y K H S L
Decimal 98 5 158 0.38 0.97 0 0.38 276.47 0.94 0.32
Hex 62 5 9E 26 61 0 26 114 5E 20
Octal 142 5 236 46 141 0 46 424 136 40
Binary 1100010 101 10011110 100110 1100001 0 100110 100010100 1011110 100000

Color Harmonies of #62059E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62059E

Black with #62059E

Text Example


Text Example

White with #62059E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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