Html Css Color HEX #620282 Indigo

📋 copy color: '#620282'

red 98 ◦ green 2 ◦ blue 130

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

Shades of Indigo #620282

Tints of Indigo #620282

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.87%

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

R = 42.61%
G = 0.87%
B = 56.52%

CMYK

 C value IS 0.25

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#620282 (or 0x620282) is known color: Indigo. HEX triplet: 62, 02 and 82. RGB value is (98,2,130). Sum of RGB (Red+Green+Blue) = 98+2+130=230 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.61% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 130 (51.17% from 255 or 56.52% from 230); Max value from RGB is 130 - color contains mainly: blue. Hex color #620282 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620282 is #9DFD7D. Grayscale: #2C2C2C. Windows color (decimal): -10354046 or 8520290. OLE color: 8520290.

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

Color convert

RGB 98 2 130 -
CMYK 0.25 0.98 0 0.49
HSL 285º 0.97% 0.26% -
HSV(B) 285º 0.98% 0.51% -
XYZ 9.09 4.25 21.46 -
YUV 45.3 175.8 165.59 -
System Red Green Blue C M Y K H S L
Decimal 98 2 130 0.25 0.98 0 0.49 285 0.97 0.26
Hex 62 2 82 19 62 0 31 11D 61 1A
Octal 142 2 202 31 142 0 61 435 141 32
Binary 1100010 10 10000010 11001 1100010 0 110001 100011101 1100001 11010

Color Harmonies of #620282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620282

Black with #620282

Text Example


Text Example

White with #620282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620282; }

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

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

background-color css

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

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

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

border-color css

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

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

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