Html Css Color HEX #62048C Indigo

📋 copy color: '#62048C'

red 98 ◦ green 4 ◦ blue 140

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

Shades of Indigo #62048C

Tints of Indigo #62048C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 57.85%

R = 40.5%
G = 1.65%
B = 57.85%

CMYK

 C value IS 0.3

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#62048C (or 0x62048C) is known color: Indigo. HEX triplet: 62, 04 and 8C. RGB value is (98,4,140). Sum of RGB (Red+Green+Blue) = 98+4+140=242 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.50% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 140 (55.08% from 255 or 57.85% from 242); Max value from RGB is 140 - color contains mainly: blue. Hex color #62048C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62048C is #9DFB73. Grayscale: #2F2F2F. Windows color (decimal): -10353524 or 9176162. OLE color: 9176162.

HSL color Cylindrical-coordinate representation of color #62048C: hue angle of 281.47º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #62048C is Cyan = 0.3, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 98 4 140 -
CMYK 0.3 0.97 0 0.45
HSL 281.47º 0.94% 0.28% -
HSV(B) 281.47º 0.97% 0.55% -
XYZ 9.81 4.58 25.18 -
YUV 47.61 180.14 163.94 -
System Red Green Blue C M Y K H S L
Decimal 98 4 140 0.3 0.97 0 0.45 281.47 0.94 0.28
Hex 62 4 8C 1E 61 0 2D 119 5E 1C
Octal 142 4 214 36 141 0 55 431 136 34
Binary 1100010 100 10001100 11110 1100001 0 101101 100011001 1011110 11100

Color Harmonies of #62048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62048C

Black with #62048C

Text Example


Text Example

White with #62048C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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