#620199

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

Shades of Indigo #620199

Tints of Indigo #620199

Color information

#620199 (or 0x620199) is unknown color: approx Indigo. HEX triplet: 62, 01 and 99. RGB value is (98,1,153). Sum of RGB (Red+Green+Blue) = 98+1+153=252 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.89% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 153 (60.16% from 255 or 60.71% from 252); Max value from RGB is 153 - color contains mainly: blue. Hex color #620199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620199 is #9DFE66. Grayscale: #2E2E2E. Windows color (decimal): -10354279 or 10027362. OLE color: 10027362.

HSL color Cylindrical-coordinate representation of color #620199: hue angle of 278.29º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #620199 is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB981153-
CMYK0.360.9900.4
HSL278.29º98.7%30.2%-
HSV(B)278.29º99.35%60%-
XYZ10.84.9230.52-
YUV47.33187.64164.14-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.89%
GREEN value IS 1 (0.78% from 255) = 0.40%
BLUE value IS 153 (60.16% from 255) = 60.71%
R=38.89%
G=0.40%
B=60.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal9811530.360.9900.4278.2998.730.2
Hex621992463028116631e
Octal14212314414305042614336
Binary110001011001100110010011000110101000100010110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620199; }

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

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

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

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

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

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

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

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