Html Css Color HEX #62057A Indigo

📋 copy color: '#62057A'

red 98 ◦ green 5 ◦ blue 122

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

Shades of Indigo #62057A

Tints of Indigo #62057A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 54.22%

R = 43.56%
G = 2.22%
B = 54.22%

CMYK

 C value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#62057A (or 0x62057A) is known color: Indigo. HEX triplet: 62, 05 and 7A. RGB value is (98,5,122). Sum of RGB (Red+Green+Blue) = 98+5+122=225 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.56% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 122 (48.05% from 255 or 54.22% from 225); Max value from RGB is 122 - color contains mainly: blue. Hex color #62057A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62057A is #9DFA85. Grayscale: #2D2D2D. Windows color (decimal): -10353286 or 7996770. OLE color: 7996770.

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

Color convert

RGB 98 5 122 -
CMYK 0.20 0.96 0 0.52
HSL 287.69º 0.92% 0.25% -
HSV(B) 287.69º 0.96% 0.48% -
XYZ 8.6 4.11 18.75 -
YUV 46.15 170.81 164.99 -
System Red Green Blue C M Y K H S L
Decimal 98 5 122 0.20 0.96 0 0.52 287.69 0.92 0.25
Hex 62 5 7A 14 60 0 34 120 5C 19
Octal 142 5 172 24 140 0 64 440 134 31
Binary 1100010 101 1111010 10100 1100000 0 110100 100100000 1011100 11001

Color Harmonies of #62057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62057A

Black with #62057A

Text Example


Text Example

White with #62057A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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