#620B9E

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

Shades of Indigo #620B9E

Tints of Indigo #620B9E

Color information

#620B9E (or 0x620B9E) is unknown color: approx Indigo. HEX triplet: 62, 0B and 9E. RGB value is (98,11,158). Sum of RGB (Red+Green+Blue) = 98+11+158=267 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.70% from 267); Green value is 11 (4.69% from 255 or 4.12% from 267); Blue value is 158 (62.11% from 255 or 59.18% from 267); Max value from RGB is 158 - color contains mainly: blue. Hex color #620B9E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620B9E is #9DF461. Grayscale: #353535. Windows color (decimal): -10351714 or 10357602. OLE color: 10357602.

HSL color Cylindrical-coordinate representation of color #620B9E: hue angle of 275.51º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #620B9E is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9811158-
CMYK0.380.9300.38
HSL275.51º86.98%33.14%-
HSV(B)275.51º93.04%61.96%-
XYZ11.335.332.77-
YUV53.77186.82159.55-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.70%
GREEN value IS 11 (4.69% from 255) = 4.12%
BLUE value IS 158 (62.11% from 255) = 59.18%
R=36.70%
G=4.12%
B=59.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal98111580.380.9300.38275.5186.9833.14
Hex62B9E265D0261145721
Octal142132364613504642412741
Binary1100010101110011110100110101110101001101000101001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620B9E; }

 p { color: rgb(98,11,158); }

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

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

 a { background-color: rgb(98,11,158); }

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

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

 span { border-color: rgb(98,11,158); }

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