Html Css Color HEX #620882 Indigo

📋 copy color: '#620882'

red 98 ◦ green 8 ◦ blue 130

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

Shades of Indigo #620882

Tints of Indigo #620882

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.39%

 BLUE value IS 130 (51.17% from 255) = 55.08%

R = 41.53%
G = 3.39%
B = 55.08%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#620882 (or 0x620882) is known color: Indigo. HEX triplet: 62, 08 and 82. RGB value is (98,8,130). Sum of RGB (Red+Green+Blue) = 98+8+130=236 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.53% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 130 (51.17% from 255 or 55.08% from 236); Max value from RGB is 130 - color contains mainly: blue. Hex color #620882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620882 is #9DF77D. Grayscale: #303030. Windows color (decimal): -10352510 or 8521826. OLE color: 8521826.

HSL color Cylindrical-coordinate representation of color #620882: hue angle of 284.26º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620882 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 8 130 -
CMYK 0.25 0.94 0 0.49
HSL 284.26º 0.88% 0.27% -
HSV(B) 284.26º 0.94% 0.51% -
XYZ 9.15 4.38 21.48 -
YUV 48.82 173.82 163.08 -
System Red Green Blue C M Y K H S L
Decimal 98 8 130 0.25 0.94 0 0.49 284.26 0.88 0.27
Hex 62 8 82 19 5E 0 31 11C 58 1B
Octal 142 10 202 31 136 0 61 434 130 33
Binary 1100010 1000 10000010 11001 1011110 0 110001 100011100 1011000 11011

Color Harmonies of #620882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620882

Black with #620882

Text Example


Text Example

White with #620882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620882; }

 p { color: rgb(98,8,130); }

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

background-color css

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

 a { background-color: rgb(98,8,130); }

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

border-color css

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

 span { border-color: rgb(98,8,130); }

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