#611480

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

Shades of Indigo #611480

Tints of Indigo #611480

Color information

#611480 (or 0x611480) is unknown color: approx Indigo. HEX triplet: 61, 14 and 80. RGB value is (97,20,128). Sum of RGB (Red+Green+Blue) = 97+20+128=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 128 (50.39% from 255 or 52.24% from 245); Max value from RGB is 128 - color contains mainly: blue. Hex color #611480 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #611480 is #9EEB7F. Grayscale: #363636. Windows color (decimal): -10414976 or 8393825. OLE color: 8393825.

HSL color Cylindrical-coordinate representation of color #611480: hue angle of 282.78º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #611480 is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9720128-
CMYK0.240.8400.50
HSL282.78º72.97%29.02%-
HSV(B)282.78º84.38%50.2%-
XYZ9.084.620.83-
YUV55.33169.01157.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.59%
GREEN value IS 20 (8.20% from 255) = 8.16%
BLUE value IS 128 (50.39% from 255) = 52.24%
R=39.59%
G=8.16%
B=52.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal97201280.240.8400.50282.7872.9729.02
Hex611480185403211b491d
Octal141242003012406243311135
Binary110000110100100000001100010101000110010100011011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611480; }

 p { color: rgb(97,20,128); }

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

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

 a { background-color: rgb(97,20,128); }

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

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

 span { border-color: rgb(97,20,128); }

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