#620182

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

Shades of Indigo #620182

Tints of Indigo #620182

Color information

#620182 (or 0x620182) is unknown color: approx Indigo. HEX triplet: 62, 01 and 82. RGB value is (98,1,130). Sum of RGB (Red+Green+Blue) = 98+1+130=229 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.79% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 130 (51.17% from 255 or 56.77% from 229); Max value from RGB is 130 - color contains mainly: blue. Hex color #620182 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620182 is #9DFE7D. Grayscale: #2C2C2C. Windows color (decimal): -10354302 or 8520034. OLE color: 8520034.

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

Color convert

RGB981130-
CMYK0.250.9900.49
HSL285.12º98.47%25.69%-
HSV(B)285.12º99.23%50.98%-
XYZ9.084.2321.46-
YUV44.71176.14166.01-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.79%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 130 (51.17% from 255) = 56.77%
R=42.79%
G=0.44%
B=56.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9811300.250.9900.49285.1298.4725.69
Hex62182196303111d621a
Octal14212023114306143514232
Binary11000101100000101100111000110110001100011101110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620182; }

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

 H1.HeaderClassName
 {
   color: #620182;
 }
 .AnyTagClassName
 {
   color: #620182;
 }
</style>
background-color css

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

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

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

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

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

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