#621390

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

Shades of Indigo #621390

Tints of Indigo #621390

Color information

#621390 (or 0x621390) is unknown color: approx Indigo. HEX triplet: 62, 13 and 90. RGB value is (98,19,144). Sum of RGB (Red+Green+Blue) = 98+19+144=261 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.55% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 144 (56.64% from 255 or 55.17% from 261); Max value from RGB is 144 - color contains mainly: blue. Hex color #621390 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621390 is #9DEC6F. Grayscale: #383838. Windows color (decimal): -10349680 or 9442146. OLE color: 9442146.

HSL color Cylindrical-coordinate representation of color #621390: hue angle of 277.92º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #621390 is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9819144-
CMYK0.320.8700.44
HSL277.92º76.69%31.96%-
HSV(B)277.92º86.81%56.47%-
XYZ10.35.0826.82-
YUV56.87177.17157.34-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.55%
GREEN value IS 19 (7.81% from 255) = 7.28%
BLUE value IS 144 (56.64% from 255) = 55.17%
R=37.55%
G=7.28%
B=55.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal98191440.320.8700.44277.9276.6931.96
Hex621390205702C1164d20
Octal142232204012705442611540
Binary11000101001110010000100000101011101011001000101101001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621390; }

 p { color: rgb(98,19,144); }

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

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

 a { background-color: rgb(98,19,144); }

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

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

 span { border-color: rgb(98,19,144); }

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