#621594

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

Shades of Indigo #621594

Tints of Indigo #621594

Color information

#621594 (or 0x621594) is unknown color: approx Indigo. HEX triplet: 62, 15 and 94. RGB value is (98,21,148). Sum of RGB (Red+Green+Blue) = 98+21+148=267 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.70% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 148 (58.20% from 255 or 55.43% from 267); Max value from RGB is 148 - color contains mainly: blue. Hex color #621594 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621594 is #9DEA6B. Grayscale: #3A3A3A. Windows color (decimal): -10349164 or 9704802. OLE color: 9704802.

HSL color Cylindrical-coordinate representation of color #621594: hue angle of 276.38º degrees, saturation: 0.75, 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 #621594 is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9821148-
CMYK0.340.8600.42
HSL276.38º75.15%33.14%-
HSV(B)276.38º85.81%58.04%-
XYZ10.655.2728.47-
YUV58.5178.51156.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.70%
GREEN value IS 21 (8.59% from 255) = 7.87%
BLUE value IS 148 (58.20% from 255) = 55.43%
R=36.70%
G=7.87%
B=55.43%

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
Decimal98211480.340.8600.42276.3875.1533.14
Hex621594225602A1144b21
Octal142252244212605242411341
Binary11000101010110010100100010101011001010101000101001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621594; }

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

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

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

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

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

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

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

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