#620282

Color #620282 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #620282

Tints of Indigo #620282

Color information

#620282 (or 0x620282) is unknown color: approx 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

RGB982130-
CMYK0.250.9800.49
HSL285º96.97%25.88%-
HSV(B)285º98.46%50.98%-
XYZ9.094.2521.46-
YUV45.3175.8165.59-

RGB Variations

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

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 (Cyan) values IS 0.25
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9821300.250.9800.4928596.9725.88
Hex62282196203111d611a
Octal14222023114206143514132
Binary110001010100000101100111000100110001100011101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>