Html Css Color HEX #62017E Indigo

📋 copy color: '#62017E'

red 98 ◦ green 1 ◦ blue 126

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

Shades of Indigo #62017E

Tints of Indigo #62017E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 56%

R = 43.56%
G = 0.44%
B = 56%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#62017E (or 0x62017E) is known color: Indigo. HEX triplet: 62, 01 and 7E. RGB value is (98,1,126). Sum of RGB (Red+Green+Blue) = 98+1+126=225 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.56% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 126 (49.61% from 255 or 56% from 225); Max value from RGB is 126 - color contains mainly: blue. Hex color #62017E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62017E is #9DFE81. Grayscale: #2B2B2B. Windows color (decimal): -10354306 or 8257890. OLE color: 8257890.

HSL color Cylindrical-coordinate representation of color #62017E: hue angle of 286.56º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #62017E is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 98 1 126 -
CMYK 0.22 0.99 0 0.51
HSL 286.56º 0.98% 0.25% -
HSV(B) 286.56º 0.99% 0.49% -
XYZ 8.81 4.12 20.07 -
YUV 44.25 174.14 166.34 -
System Red Green Blue C M Y K H S L
Decimal 98 1 126 0.22 0.99 0 0.51 286.56 0.98 0.25
Hex 62 1 7E 16 63 0 33 11F 62 19
Octal 142 1 176 26 143 0 63 437 142 31
Binary 1100010 1 1111110 10110 1100011 0 110011 100011111 1100010 11001

Color Harmonies of #62017E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62017E

Black with #62017E

Text Example


Text Example

White with #62017E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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