#620075

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

Shades of Indigo #620075

Tints of Indigo #620075

Color information

#620075 (or 0x620075) is unknown color: approx Indigo. HEX triplet: 62, 00 and 75. RGB value is (98,0,117). Sum of RGB (Red+Green+Blue) = 98+0+117=215 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.58% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 117 (46.09% from 255 or 54.42% from 215); Max value from RGB is 117 - color contains mainly: blue. Hex color #620075 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620075 is #9DFF8A. Grayscale: #2A2A2A. Windows color (decimal): -10354571 or 7667810. OLE color: 7667810.

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

Color convert

RGB980117-
CMYK0.16100.54
HSL290.26º100%22.94%-
HSV(B)290.26º100%45.88%-
XYZ8.253.8817.14-
YUV42.64169.97167.49-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 117 (46.09% from 255) = 54.42%
R=45.58%
G=0%
B=54.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9801170.16100.54290.2610022.94
Hex6207510640361226417
Octal14201652014406644214427
Binary1100010011101011000011001000110110100100010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620075; }

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

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

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

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

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

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

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

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