#620596

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

Shades of Indigo #620596

Tints of Indigo #620596

Color information

#620596 (or 0x620596) is unknown color: approx Indigo. HEX triplet: 62, 05 and 96. RGB value is (98,5,150). Sum of RGB (Red+Green+Blue) = 98+5+150=253 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.74% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 150 (58.98% from 255 or 59.29% from 253); Max value from RGB is 150 - color contains mainly: blue. Hex color #620596 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620596 is #9DFA69. Grayscale: #303030. Windows color (decimal): -10353258 or 9831778. OLE color: 9831778.

HSL color Cylindrical-coordinate representation of color #620596: hue angle of 278.48º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #620596 is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB985150-
CMYK0.350.9700.41
HSL278.48º93.55%30.39%-
HSV(B)278.48º96.67%58.82%-
XYZ10.64.9129.24-
YUV49.34184.81162.71-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.74%
GREEN value IS 5 (2.34% from 255) = 1.98%
BLUE value IS 150 (58.98% from 255) = 59.29%
R=38.74%
G=1.98%
B=59.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal9851500.350.9700.41278.4893.5530.39
Hex6259623610291165e1e
Octal14252264314105142613636
Binary11000101011001011010001111000010101001100010110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620596; }

 p { color: rgb(98,5,150); }

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

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

 a { background-color: rgb(98,5,150); }

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

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

 span { border-color: rgb(98,5,150); }

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