#611280

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

Shades of Indigo #611280

Tints of Indigo #611280

Color information

#611280 (or 0x611280) is unknown color: approx Indigo. HEX triplet: 61, 12 and 80. RGB value is (97,18,128). Sum of RGB (Red+Green+Blue) = 97+18+128=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 128 (50.39% from 255 or 52.67% from 243); Max value from RGB is 128 - color contains mainly: blue. Hex color #611280 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #611280 is #9EED7F. Grayscale: #353535. Windows color (decimal): -10415488 or 8393313. OLE color: 8393313.

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

Color convert

RGB9718128-
CMYK0.240.8600.50
HSL283.09º75.34%28.63%-
HSV(B)283.09º85.94%50.2%-
XYZ9.044.5320.82-
YUV54.16169.67158.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.92%
GREEN value IS 18 (7.42% from 255) = 7.41%
BLUE value IS 128 (50.39% from 255) = 52.67%
R=39.92%
G=7.41%
B=52.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal97181280.240.8600.50283.0975.3428.63
Hex611280185603211b4b1d
Octal141222003012606243311335
Binary110000110010100000001100010101100110010100011011100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611280; }

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

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

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

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

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

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

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

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