#620875

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

Shades of Indigo #620875

Tints of Indigo #620875

Color information

#620875 (or 0x620875) is unknown color: approx Indigo. HEX triplet: 62, 08 and 75. RGB value is (98,8,117). Sum of RGB (Red+Green+Blue) = 98+8+117=223 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.95% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #620875 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620875 is #9DF78A. Grayscale: #2E2E2E. Windows color (decimal): -10352523 or 7669858. OLE color: 7669858.

HSL color Cylindrical-coordinate representation of color #620875: hue angle of 289.54º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #620875 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB988117-
CMYK0.160.9300.54
HSL289.54º87.2%24.51%-
HSV(B)289.54º93.16%45.88%-
XYZ8.334.0517.17-
YUV47.34167.32164.14-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.95%
GREEN value IS 8 (3.52% from 255) = 3.59%
BLUE value IS 117 (46.09% from 255) = 52.47%
R=43.95%
G=3.59%
B=52.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9881170.160.9300.54289.5487.224.51
Hex62875105D0361225719
Octal142101652013506644212731
Binary1100010100011101011000010111010110110100100010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620875; }

 p { color: rgb(98,8,117); }

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

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

 a { background-color: rgb(98,8,117); }

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

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

 span { border-color: rgb(98,8,117); }

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