#621181

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

Shades of Indigo #621181

Tints of Indigo #621181

Color information

#621181 (or 0x621181) is unknown color: approx Indigo. HEX triplet: 62, 11 and 81. RGB value is (98,17,129). Sum of RGB (Red+Green+Blue) = 98+17+129=244 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.16% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 129 (50.78% from 255 or 52.87% from 244); Max value from RGB is 129 - color contains mainly: blue. Hex color #621181 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621181 is #9DEE7E. Grayscale: #353535. Windows color (decimal): -10350207 or 8458594. OLE color: 8458594.

HSL color Cylindrical-coordinate representation of color #621181: hue angle of 283.39º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #621181 is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9817129-
CMYK0.240.8700.49
HSL283.39º76.71%28.63%-
HSV(B)283.39º86.82%50.59%-
XYZ9.24.5821.17-
YUV53.99170.34159.39-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.16%
GREEN value IS 17 (7.03% from 255) = 6.97%
BLUE value IS 129 (50.78% from 255) = 52.87%
R=40.16%
G=6.97%
B=52.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal98171290.240.8700.49283.3976.7128.63
Hex621181185703111b4d1d
Octal142212013012706143311535
Binary110001010001100000011100010101110110001100011011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621181; }

 p { color: rgb(98,17,129); }

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

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

 a { background-color: rgb(98,17,129); }

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

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

 span { border-color: rgb(98,17,129); }

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