Html Css Color HEX #620586 Indigo

📋 copy color: '#620586'

red 98 ◦ green 5 ◦ blue 134

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

Shades of Indigo #620586

Tints of Indigo #620586

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.11%

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

R = 41.35%
G = 2.11%
B = 56.54%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#620586 (or 0x620586) is known color: Indigo. HEX triplet: 62, 05 and 86. RGB value is (98,5,134). Sum of RGB (Red+Green+Blue) = 98+5+134=237 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.35% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 134 (52.73% from 255 or 56.54% from 237); Max value from RGB is 134 - color contains mainly: blue. Hex color #620586 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620586 is #9DFA79. Grayscale: #2F2F2F. Windows color (decimal): -10353274 or 8783202. OLE color: 8783202.

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

Color convert

RGB 98 5 134 -
CMYK 0.27 0.96 0 0.47
HSL 283.26º 0.93% 0.27% -
HSV(B) 283.26º 0.96% 0.53% -
XYZ 9.39 4.43 22.91 -
YUV 47.51 176.81 164.01 -
System Red Green Blue C M Y K H S L
Decimal 98 5 134 0.27 0.96 0 0.47 283.26 0.93 0.27
Hex 62 5 86 1B 60 0 2F 11B 5D 1B
Octal 142 5 206 33 140 0 57 433 135 33
Binary 1100010 101 10000110 11011 1100000 0 101111 100011011 1011101 11011

Color Harmonies of #620586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620586

Black with #620586

Text Example


Text Example

White with #620586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620586; }

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

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

background-color css

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

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

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

border-color css

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

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

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