Html Css Color HEX #62057C Indigo

📋 copy color: '#62057C'

red 98 ◦ green 5 ◦ blue 124

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

Shades of Indigo #62057C

Tints of Indigo #62057C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 54.63%

R = 43.17%
G = 2.2%
B = 54.63%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#62057C (or 0x62057C) is known color: Indigo. HEX triplet: 62, 05 and 7C. RGB value is (98,5,124). Sum of RGB (Red+Green+Blue) = 98+5+124=227 (30% of max value = 765). Red value is 98 (38.67% from 255 or 43.17% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #62057C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62057C is #9DFA83. Grayscale: #2D2D2D. Windows color (decimal): -10353284 or 8127842. OLE color: 8127842.

HSL color Cylindrical-coordinate representation of color #62057C: hue angle of 286.89º 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 #62057C is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 98 5 124 -
CMYK 0.21 0.96 0 0.51
HSL 286.89º 0.92% 0.25% -
HSV(B) 286.89º 0.96% 0.49% -
XYZ 8.73 4.16 19.41 -
YUV 46.37 171.81 164.82 -
System Red Green Blue C M Y K H S L
Decimal 98 5 124 0.21 0.96 0 0.51 286.89 0.92 0.25
Hex 62 5 7C 15 60 0 33 11F 5C 19
Octal 142 5 174 25 140 0 63 437 134 31
Binary 1100010 101 1111100 10101 1100000 0 110011 100011111 1011100 11001

Color Harmonies of #62057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62057C

Black with #62057C

Text Example


Text Example

White with #62057C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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