Html Css Color HEX #62057D Indigo

📋 copy color: '#62057D'

red 98 ◦ green 5 ◦ blue 125

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

Shades of Indigo #62057D

Tints of Indigo #62057D

RGB

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

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

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

R = 42.98%
G = 2.19%
B = 54.82%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#62057D (or 0x62057D) is known color: Indigo. HEX triplet: 62, 05 and 7D. RGB value is (98,5,125). Sum of RGB (Red+Green+Blue) = 98+5+125=228 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.98% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 125 (49.22% from 255 or 54.82% from 228); Max value from RGB is 125 - color contains mainly: blue. Hex color #62057D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62057D is #9DFA82. Grayscale: #2E2E2E. Windows color (decimal): -10353283 or 8193378. OLE color: 8193378.

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

Color convert

RGB 98 5 125 -
CMYK 0.22 0.96 0 0.51
HSL 286.5º 0.92% 0.25% -
HSV(B) 286.5º 0.96% 0.49% -
XYZ 8.79 4.19 19.75 -
YUV 46.49 172.31 164.74 -
System Red Green Blue C M Y K H S L
Decimal 98 5 125 0.22 0.96 0 0.51 286.5 0.92 0.25
Hex 62 5 7D 16 60 0 33 11E 5C 19
Octal 142 5 175 26 140 0 63 436 134 31
Binary 1100010 101 1111101 10110 1100000 0 110011 100011110 1011100 11001

Color Harmonies of #62057D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62057D

Black with #62057D

Text Example


Text Example

White with #62057D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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