#620574

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

Shades of Indigo #620574

Tints of Indigo #620574

Color information

#620574 (or 0x620574) is unknown color: approx Indigo. HEX triplet: 62, 05 and 74. RGB value is (98,5,116). Sum of RGB (Red+Green+Blue) = 98+5+116=219 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.75% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 116 (45.70% from 255 or 52.97% from 219); Max value from RGB is 116 - color contains mainly: blue. Hex color #620574 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620574 is #9DFA8B. Grayscale: #2D2D2D. Windows color (decimal): -10353292 or 7603554. OLE color: 7603554.

HSL color Cylindrical-coordinate representation of color #620574: hue angle of 290.27º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #620574 is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB985116-
CMYK0.160.9600.55
HSL290.27º91.74%23.73%-
HSV(B)290.27º95.69%45.49%-
XYZ8.243.9716.85-
YUV45.46167.81165.47-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.75%
GREEN value IS 5 (2.34% from 255) = 2.28%
BLUE value IS 116 (45.70% from 255) = 52.97%
R=44.75%
G=2.28%
B=52.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9851160.160.9600.55290.2791.7423.73
Hex6257410600371225c18
Octal14251642014006744213430
Binary110001010111101001000011000000110111100100010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620574; }

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

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

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

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

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

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

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

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