#620E7B

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

Shades of Indigo #620E7B

Tints of Indigo #620E7B

Color information

#620E7B (or 0x620E7B) is unknown color: approx Indigo. HEX triplet: 62, 0E and 7B. RGB value is (98,14,123). Sum of RGB (Red+Green+Blue) = 98+14+123=235 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.70% from 235); Green value is 14 (5.86% from 255 or 5.96% from 235); Blue value is 123 (48.44% from 255 or 52.34% from 235); Max value from RGB is 123 - color contains mainly: blue. Hex color #620E7B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620E7B is #9DF184. Grayscale: #333333. Windows color (decimal): -10350981 or 8064610. OLE color: 8064610.

HSL color Cylindrical-coordinate representation of color #620E7B: hue angle of 286.24º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #620E7B is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9814123-
CMYK0.200.8900.52
HSL286.24º79.56%26.86%-
HSV(B)286.24º88.62%48.24%-
XYZ8.774.3419.11-
YUV51.54168.33161.14-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.70%
GREEN value IS 14 (5.86% from 255) = 5.96%
BLUE value IS 123 (48.44% from 255) = 52.34%
R=41.70%
G=5.96%
B=52.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal98141230.200.8900.52286.2479.5626.86
Hex62E7B145903411e501b
Octal142161732413106443612033
Binary1100010111011110111010010110010110100100011110101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,14,123); }

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

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

 a { background-color: rgb(98,14,123); }

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

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

 span { border-color: rgb(98,14,123); }

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