#621291

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

Shades of Indigo #621291

Tints of Indigo #621291

Color information

#621291 (or 0x621291) is unknown color: approx Indigo. HEX triplet: 62, 12 and 91. RGB value is (98,18,145). Sum of RGB (Red+Green+Blue) = 98+18+145=261 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.55% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 145 (57.03% from 255 or 55.56% from 261); Max value from RGB is 145 - color contains mainly: blue. Hex color #621291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621291 is #9DED6E. Grayscale: #373737. Windows color (decimal): -10349935 or 9507426. OLE color: 9507426.

HSL color Cylindrical-coordinate representation of color #621291: hue angle of 277.8º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #621291 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9818145-
CMYK0.320.8800.43
HSL277.8º77.91%31.96%-
HSV(B)277.8º87.59%56.86%-
XYZ10.365.0727.22-
YUV56.4178157.67-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.55%
GREEN value IS 18 (7.42% from 255) = 6.90%
BLUE value IS 145 (57.03% from 255) = 55.56%
R=37.55%
G=6.90%
B=55.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal98181450.320.8800.43277.877.9131.96
Hex621291205802B1164e20
Octal142222214013005342611640
Binary11000101001010010001100000101100001010111000101101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621291; }

 p { color: rgb(98,18,145); }

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

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

 a { background-color: rgb(98,18,145); }

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

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

 span { border-color: rgb(98,18,145); }

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