Html Css Color HEX #62057F Indigo

📋 copy color: '#62057F'

red 98 ◦ green 5 ◦ blue 127

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

Shades of Indigo #62057F

Tints of Indigo #62057F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 55.22%

R = 42.61%
G = 2.17%
B = 55.22%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#62057F (or 0x62057F) is known color: Indigo. HEX triplet: 62, 05 and 7F. RGB value is (98,5,127). Sum of RGB (Red+Green+Blue) = 98+5+127=230 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.61% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 127 (50% from 255 or 55.22% from 230); Max value from RGB is 127 - color contains mainly: blue. Hex color #62057F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62057F is #9DFA80. Grayscale: #2E2E2E. Windows color (decimal): -10353281 or 8324450. OLE color: 8324450.

HSL color Cylindrical-coordinate representation of color #62057F: hue angle of 285.74º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #62057F is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 98 5 127 -
CMYK 0.23 0.96 0 0.50
HSL 285.74º 0.92% 0.26% -
HSV(B) 285.74º 0.96% 0.5% -
XYZ 8.92 4.24 20.43 -
YUV 46.72 173.31 164.58 -
System Red Green Blue C M Y K H S L
Decimal 98 5 127 0.23 0.96 0 0.50 285.74 0.92 0.26
Hex 62 5 7F 17 60 0 32 11E 5C 1A
Octal 142 5 177 27 140 0 62 436 134 32
Binary 1100010 101 1111111 10111 1100000 0 110010 100011110 1011100 11010

Color Harmonies of #62057F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62057F

Black with #62057F

Text Example


Text Example

White with #62057F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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