#621494

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

Shades of Indigo #621494

Tints of Indigo #621494

Color information

#621494 (or 0x621494) is unknown color: approx Indigo. HEX triplet: 62, 14 and 94. RGB value is (98,20,148). Sum of RGB (Red+Green+Blue) = 98+20+148=266 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.84% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 148 (58.20% from 255 or 55.64% from 266); Max value from RGB is 148 - color contains mainly: blue. Hex color #621494 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621494 is #9DEB6B. Grayscale: #393939. Windows color (decimal): -10349420 or 9704546. OLE color: 9704546.

HSL color Cylindrical-coordinate representation of color #621494: hue angle of 276.56º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #621494 is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9820148-
CMYK0.340.8600.42
HSL276.56º76.19%32.94%-
HSV(B)276.56º86.49%58.04%-
XYZ10.635.2428.47-
YUV57.91178.84156.59-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.84%
GREEN value IS 20 (8.20% from 255) = 7.52%
BLUE value IS 148 (58.20% from 255) = 55.64%
R=36.84%
G=7.52%
B=55.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal98201480.340.8600.42276.5676.1932.94
Hex621494225602A1154c21
Octal142242244212605242511441
Binary11000101010010010100100010101011001010101000101011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621494; }

 p { color: rgb(98,20,148); }

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

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

 a { background-color: rgb(98,20,148); }

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

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

 span { border-color: rgb(98,20,148); }

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