Html Css Color HEX #62017D Indigo

📋 copy color: '#62017D'

red 98 ◦ green 1 ◦ blue 125

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

Shades of Indigo #62017D

Tints of Indigo #62017D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 55.8%

R = 43.75%
G = 0.45%
B = 55.8%

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

#62017D (or 0x62017D) is known color: Indigo. HEX triplet: 62, 01 and 7D. RGB value is (98,1,125). Sum of RGB (Red+Green+Blue) = 98+1+125=224 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.75% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 125 (49.22% from 255 or 55.80% from 224); Max value from RGB is 125 - color contains mainly: blue. Hex color #62017D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62017D is #9DFE82. Grayscale: #2B2B2B. Windows color (decimal): -10354307 or 8192354. OLE color: 8192354.

HSL color Cylindrical-coordinate representation of color #62017D: hue angle of 286.94º 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 #62017D is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 98 1 125 -
CMYK 0.22 0.99 0 0.51
HSL 286.94º 0.98% 0.25% -
HSV(B) 286.94º 0.99% 0.49% -
XYZ 8.75 4.1 19.73 -
YUV 44.14 173.64 166.42 -
System Red Green Blue C M Y K H S L
Decimal 98 1 125 0.22 0.99 0 0.51 286.94 0.98 0.25
Hex 62 1 7D 16 63 0 33 11F 62 19
Octal 142 1 175 26 143 0 63 437 142 31
Binary 1100010 1 1111101 10110 1100011 0 110011 100011111 1100010 11001

Color Harmonies of #62017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62017D

Black with #62017D

Text Example


Text Example

White with #62017D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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