#620985

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

Shades of Indigo #620985

Tints of Indigo #620985

Color information

#620985 (or 0x620985) is unknown color: approx Indigo. HEX triplet: 62, 09 and 85. RGB value is (98,9,133). Sum of RGB (Red+Green+Blue) = 98+9+133=240 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.83% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 133 (52.34% from 255 or 55.42% from 240); Max value from RGB is 133 - color contains mainly: blue. Hex color #620985 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620985 is #9DF67A. Grayscale: #313131. Windows color (decimal): -10352251 or 8718690. OLE color: 8718690.

HSL color Cylindrical-coordinate representation of color #620985: hue angle of 283.06º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #620985 is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB989133-
CMYK0.260.9300.48
HSL283.06º87.32%27.84%-
HSV(B)283.06º93.23%52.16%-
XYZ9.374.4922.56-
YUV49.75174.99162.42-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.83%
GREEN value IS 9 (3.91% from 255) = 3.75%
BLUE value IS 133 (52.34% from 255) = 55.42%
R=40.83%
G=3.75%
B=55.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9891330.260.9300.48283.0687.3227.84
Hex629851A5D03011b571c
Octal142112053213506043312734
Binary11000101001100001011101010111010110000100011011101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620985; }

 p { color: rgb(98,9,133); }

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

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

 a { background-color: rgb(98,9,133); }

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

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

 span { border-color: rgb(98,9,133); }

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