Html Css Color HEX #62049A Indigo

📋 copy color: '#62049A'

red 98 ◦ green 4 ◦ blue 154

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

Shades of Indigo #62049A

Tints of Indigo #62049A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 60.16%

R = 38.28%
G = 1.56%
B = 60.16%

CMYK

 C value IS 0.36

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#62049A (or 0x62049A) is known color: Indigo. HEX triplet: 62, 04 and 9A. RGB value is (98,4,154). Sum of RGB (Red+Green+Blue) = 98+4+154=256 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.28% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 154 (60.55% from 255 or 60.16% from 256); Max value from RGB is 154 - color contains mainly: blue. Hex color #62049A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62049A is #9DFB65. Grayscale: #303030. Windows color (decimal): -10353510 or 10093666. OLE color: 10093666.

HSL color Cylindrical-coordinate representation of color #62049A: hue angle of 277.6º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #62049A is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 98 4 154 -
CMYK 0.36 0.97 0 0.40
HSL 277.6º 0.95% 0.31% -
HSV(B) 277.6º 0.97% 0.6% -
XYZ 10.91 5.02 30.96 -
YUV 49.21 187.14 162.8 -
System Red Green Blue C M Y K H S L
Decimal 98 4 154 0.36 0.97 0 0.40 277.6 0.95 0.31
Hex 62 4 9A 24 61 0 28 116 5F 1F
Octal 142 4 232 44 141 0 50 426 137 37
Binary 1100010 100 10011010 100100 1100001 0 101000 100010110 1011111 11111

Color Harmonies of #62049A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62049A

Black with #62049A

Text Example


Text Example

White with #62049A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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