#620396

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

Shades of Indigo #620396

Tints of Indigo #620396

Color information

#620396 (or 0x620396) is unknown color: approx Indigo. HEX triplet: 62, 03 and 96. RGB value is (98,3,150). Sum of RGB (Red+Green+Blue) = 98+3+150=251 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.04% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 150 (58.98% from 255 or 59.76% from 251); Max value from RGB is 150 - color contains mainly: blue. Hex color #620396 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620396 is #9DFC69. Grayscale: #2F2F2F. Windows color (decimal): -10353770 or 9831266. OLE color: 9831266.

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

Color convert

RGB983150-
CMYK0.350.9800.41
HSL278.78º96.08%30%-
HSV(B)278.78º98%58.82%-
XYZ10.574.8629.24-
YUV48.16185.47163.55-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.04%
GREEN value IS 3 (1.56% from 255) = 1.20%
BLUE value IS 150 (58.98% from 255) = 59.76%
R=39.04%
G=1.20%
B=59.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal9831500.350.9800.41278.7896.0830
Hex623962362029117601e
Octal14232264314205142714036
Binary1100010111001011010001111000100101001100010111110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620396; }

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

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

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

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

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

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

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

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