#620589

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

Shades of Indigo #620589

Tints of Indigo #620589

Color information

#620589 (or 0x620589) is unknown color: approx Indigo. HEX triplet: 62, 05 and 89. RGB value is (98,5,137). Sum of RGB (Red+Green+Blue) = 98+5+137=240 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.83% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 137 (53.91% from 255 or 57.08% from 240); Max value from RGB is 137 - color contains mainly: blue. Hex color #620589 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620589 is #9DFA76. Grayscale: #2F2F2F. Windows color (decimal): -10353271 or 8979810. OLE color: 8979810.

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

Color convert

RGB985137-
CMYK0.280.9600.46
HSL282.27º92.96%27.84%-
HSV(B)282.27º96.35%53.73%-
XYZ9.614.5124.03-
YUV47.86178.31163.77-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.83%
GREEN value IS 5 (2.34% from 255) = 2.08%
BLUE value IS 137 (53.91% from 255) = 57.08%
R=40.83%
G=2.08%
B=57.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9851370.280.9600.46282.2792.9627.84
Hex625891C6002E11a5d1c
Octal14252113414005643213534
Binary1100010101100010011110011000000101110100011010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620589; }

 p { color: rgb(98,5,137); }

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

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

 a { background-color: rgb(98,5,137); }

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

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

 span { border-color: rgb(98,5,137); }

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