#620290

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

Shades of Indigo #620290

Tints of Indigo #620290

Color information

#620290 (or 0x620290) is unknown color: approx Indigo. HEX triplet: 62, 02 and 90. RGB value is (98,2,144). Sum of RGB (Red+Green+Blue) = 98+2+144=244 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.16% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 144 (56.64% from 255 or 59.02% from 244); Max value from RGB is 144 - color contains mainly: blue. Hex color #620290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620290 is #9DFD6F. Grayscale: #2E2E2E. Windows color (decimal): -10354032 or 9437794. OLE color: 9437794.

HSL color Cylindrical-coordinate representation of color #620290: hue angle of 280.56º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #620290 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB982144-
CMYK0.320.9900.44
HSL280.56º97.26%28.63%-
HSV(B)280.56º98.61%56.47%-
XYZ10.094.6526.75-
YUV46.89182.8164.45-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.16%
GREEN value IS 2 (1.17% from 255) = 0.82%
BLUE value IS 144 (56.64% from 255) = 59.02%
R=40.16%
G=0.82%
B=59.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9821440.320.9900.44280.5697.2628.63
Hex62290206302C119611d
Octal14222204014305443114135
Binary1100010101001000010000011000110101100100011001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620290; }

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

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

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

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

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

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

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

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