#620E8F

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

Shades of Indigo #620E8F

Tints of Indigo #620E8F

Color information

#620E8F (or 0x620E8F) is unknown color: approx Indigo. HEX triplet: 62, 0E and 8F. RGB value is (98,14,143). Sum of RGB (Red+Green+Blue) = 98+14+143=255 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.43% from 255); Green value is 14 (5.86% from 255 or 5.49% from 255); Blue value is 143 (56.25% from 255 or 56.08% from 255); Max value from RGB is 143 - color contains mainly: blue. Hex color #620E8F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620E8F is #9DF170. Grayscale: #353535. Windows color (decimal): -10350961 or 9375330. OLE color: 9375330.

HSL color Cylindrical-coordinate representation of color #620E8F: hue angle of 279.07º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #620E8F is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9814143-
CMYK0.310.9000.44
HSL279.07º82.17%30.78%-
HSV(B)279.07º90.21%56.08%-
XYZ10.154.8926.4-
YUV53.82178.33159.51-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.43%
GREEN value IS 14 (5.86% from 255) = 5.49%
BLUE value IS 143 (56.25% from 255) = 56.08%
R=38.43%
G=5.49%
B=56.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal98141430.310.9000.44279.0782.1730.78
Hex62E8F1F5A02C117521f
Octal142162173713205442712237
Binary11000101110100011111111110110100101100100010111101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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