Html Css Color HEX #620881 Indigo

📋 copy color: '#620881'

red 98 ◦ green 8 ◦ blue 129

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

Shades of Indigo #620881

Tints of Indigo #620881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 54.89%

R = 41.7%
G = 3.4%
B = 54.89%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#620881 (or 0x620881) is known color: Indigo. HEX triplet: 62, 08 and 81. RGB value is (98,8,129). Sum of RGB (Red+Green+Blue) = 98+8+129=235 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.70% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 129 (50.78% from 255 or 54.89% from 235); Max value from RGB is 129 - color contains mainly: blue. Hex color #620881 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620881 is #9DF77E. Grayscale: #303030. Windows color (decimal): -10352511 or 8456290. OLE color: 8456290.

HSL color Cylindrical-coordinate representation of color #620881: hue angle of 284.63º 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 #620881 is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 8 129 -
CMYK 0.24 0.94 0 0.49
HSL 284.63º 0.88% 0.27% -
HSV(B) 284.63º 0.94% 0.51% -
XYZ 9.09 4.36 21.13 -
YUV 48.7 173.32 163.16 -
System Red Green Blue C M Y K H S L
Decimal 98 8 129 0.24 0.94 0 0.49 284.63 0.88 0.27
Hex 62 8 81 18 5E 0 31 11D 58 1B
Octal 142 10 201 30 136 0 61 435 130 33
Binary 1100010 1000 10000001 11000 1011110 0 110001 100011101 1011000 11011

Color Harmonies of #620881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620881

Black with #620881

Text Example


Text Example

White with #620881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620881; }

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

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

background-color css

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

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

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

border-color css

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

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

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