Html Css Color HEX #62048E Indigo

📋 copy color: '#62048E'

red 98 ◦ green 4 ◦ blue 142

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

Shades of Indigo #62048E

Tints of Indigo #62048E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 58.2%

R = 40.16%
G = 1.64%
B = 58.2%

CMYK

 C value IS 0.31

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#62048E (or 0x62048E) is known color: Indigo. HEX triplet: 62, 04 and 8E. RGB value is (98,4,142). Sum of RGB (Red+Green+Blue) = 98+4+142=244 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.16% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 142 (55.86% from 255 or 58.20% from 244); Max value from RGB is 142 - color contains mainly: blue. Hex color #62048E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62048E is #9DFB71. Grayscale: #2F2F2F. Windows color (decimal): -10353522 or 9307234. OLE color: 9307234.

HSL color Cylindrical-coordinate representation of color #62048E: hue angle of 280.87º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #62048E is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 98 4 142 -
CMYK 0.31 0.97 0 0.44
HSL 280.87º 0.95% 0.29% -
HSV(B) 280.87º 0.97% 0.56% -
XYZ 9.96 4.64 25.96 -
YUV 47.84 181.14 163.78 -
System Red Green Blue C M Y K H S L
Decimal 98 4 142 0.31 0.97 0 0.44 280.87 0.95 0.29
Hex 62 4 8E 1F 61 0 2C 119 5F 1D
Octal 142 4 216 37 141 0 54 431 137 35
Binary 1100010 100 10001110 11111 1100001 0 101100 100011001 1011111 11101

Color Harmonies of #62048E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62048E

Black with #62048E

Text Example


Text Example

White with #62048E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62048E; }

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

 H1.HeaderClassName
 {
   color: #62048E;
 }
 .AnyTagClassName
 {
   color: #62048E;
 }
</style>

background-color css

<style>
 a { background-color: #62048E; }

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

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

border-color css

<style>
 span { border-color: #62048E; }

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

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