#620275

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

Shades of Indigo #620275

Tints of Indigo #620275

Color information

#620275 (or 0x620275) is unknown color: approx Indigo. HEX triplet: 62, 02 and 75. RGB value is (98,2,117). Sum of RGB (Red+Green+Blue) = 98+2+117=217 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.16% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #620275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620275 is #9DFD8A. Grayscale: #2B2B2B. Windows color (decimal): -10354059 or 7668322. OLE color: 7668322.

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

Color convert

RGB982117-
CMYK0.160.9800.54
HSL290.09º96.64%23.33%-
HSV(B)290.09º98.29%45.88%-
XYZ8.273.9217.15-
YUV43.81169.3166.65-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.16%
GREEN value IS 2 (1.17% from 255) = 0.92%
BLUE value IS 117 (46.09% from 255) = 53.92%
R=45.16%
G=0.92%
B=53.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9821170.160.9800.54290.0996.6423.33
Hex6227510620361226117
Octal14221652014206644214127
Binary11000101011101011000011000100110110100100010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620275; }

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

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

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

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

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

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

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

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