#611482

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

Shades of Indigo #611482

Tints of Indigo #611482

Color information

#611482 (or 0x611482) is unknown color: approx Indigo. HEX triplet: 61, 14 and 82. RGB value is (97,20,130). Sum of RGB (Red+Green+Blue) = 97+20+130=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 130 (51.17% from 255 or 52.63% from 247); Max value from RGB is 130 - color contains mainly: blue. Hex color #611482 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #611482 is #9EEB7D. Grayscale: #373737. Windows color (decimal): -10414974 or 8524897. OLE color: 8524897.

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

Color convert

RGB9720130-
CMYK0.250.8500.49
HSL282º73.33%29.41%-
HSV(B)282º84.62%50.98%-
XYZ9.214.6521.53-
YUV55.56170.01157.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.27%
GREEN value IS 20 (8.20% from 255) = 8.10%
BLUE value IS 130 (51.17% from 255) = 52.63%
R=39.27%
G=8.10%
B=52.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97201300.250.8500.4928273.3329.41
Hex611482195503111a491d
Octal141242023112506143211135
Binary110000110100100000101100110101010110001100011010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611482; }

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

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

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

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

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

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

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

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