Html Css Color HEX #620486 Indigo

📋 copy color: '#620486'

red 98 ◦ green 4 ◦ blue 134

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

Shades of Indigo #620486

Tints of Indigo #620486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 56.78%

R = 41.53%
G = 1.69%
B = 56.78%

CMYK

 C value IS 0.27

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#620486 (or 0x620486) is known color: Indigo. HEX triplet: 62, 04 and 86. RGB value is (98,4,134). Sum of RGB (Red+Green+Blue) = 98+4+134=236 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.53% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 134 (52.73% from 255 or 56.78% from 236); Max value from RGB is 134 - color contains mainly: blue. Hex color #620486 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620486 is #9DFB79. Grayscale: #2E2E2E. Windows color (decimal): -10353530 or 8782946. OLE color: 8782946.

HSL color Cylindrical-coordinate representation of color #620486: hue angle of 283.38º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #620486 is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 98 4 134 -
CMYK 0.27 0.97 0 0.47
HSL 283.38º 0.94% 0.27% -
HSV(B) 283.38º 0.97% 0.53% -
XYZ 9.38 4.4 22.91 -
YUV 46.93 177.14 164.43 -
System Red Green Blue C M Y K H S L
Decimal 98 4 134 0.27 0.97 0 0.47 283.38 0.94 0.27
Hex 62 4 86 1B 61 0 2F 11B 5E 1B
Octal 142 4 206 33 141 0 57 433 136 33
Binary 1100010 100 10000110 11011 1100001 0 101111 100011011 1011110 11011

Color Harmonies of #620486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620486

Black with #620486

Text Example


Text Example

White with #620486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620486; }

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

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

background-color css

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

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

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

border-color css

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

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

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