Html Css Color HEX #62047F Indigo

📋 copy color: '#62047F'

red 98 ◦ green 4 ◦ blue 127

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

Shades of Indigo #62047F

Tints of Indigo #62047F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.75%

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

R = 42.79%
G = 1.75%
B = 55.46%

CMYK

 C value IS 0.23

 M value IS 0.97

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#62047F (or 0x62047F) is known color: Indigo. HEX triplet: 62, 04 and 7F. RGB value is (98,4,127). Sum of RGB (Red+Green+Blue) = 98+4+127=229 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.79% from 229); Green value is 4 (1.95% from 255 or 1.75% from 229); Blue value is 127 (50% from 255 or 55.46% from 229); Max value from RGB is 127 - color contains mainly: blue. Hex color #62047F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62047F is #9DFB80. Grayscale: #2D2D2D. Windows color (decimal): -10353537 or 8324194. OLE color: 8324194.

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

Color convert

RGB 98 4 127 -
CMYK 0.23 0.97 0 0.50
HSL 285.85º 0.94% 0.26% -
HSV(B) 285.85º 0.97% 0.5% -
XYZ 8.91 4.22 20.42 -
YUV 46.13 173.64 165 -
System Red Green Blue C M Y K H S L
Decimal 98 4 127 0.23 0.97 0 0.50 285.85 0.94 0.26
Hex 62 4 7F 17 61 0 32 11E 5E 1A
Octal 142 4 177 27 141 0 62 436 136 32
Binary 1100010 100 1111111 10111 1100001 0 110010 100011110 1011110 11010

Color Harmonies of #62047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62047F

Black with #62047F

Text Example


Text Example

White with #62047F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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