#621094

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

Shades of Indigo #621094

Tints of Indigo #621094

Color information

#621094 (or 0x621094) is unknown color: approx Indigo. HEX triplet: 62, 10 and 94. RGB value is (98,16,148). Sum of RGB (Red+Green+Blue) = 98+16+148=262 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.40% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 148 (58.20% from 255 or 56.49% from 262); Max value from RGB is 148 - color contains mainly: blue. Hex color #621094 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621094 is #9DEF6B. Grayscale: #373737. Windows color (decimal): -10350444 or 9703522. OLE color: 9703522.

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

Color convert

RGB9816148-
CMYK0.340.8900.42
HSL277.27º80.49%32.16%-
HSV(B)277.27º89.19%58.04%-
XYZ10.575.1128.45-
YUV55.57180.17158.27-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.40%
GREEN value IS 16 (6.64% from 255) = 6.11%
BLUE value IS 148 (58.20% from 255) = 56.49%
R=37.40%
G=6.11%
B=56.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal98161480.340.8900.42277.2780.4932.16
Hex621094225902A1155020
Octal142202244213105242512040
Binary11000101000010010100100010101100101010101000101011010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621094; }

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

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

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

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

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

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

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

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