#611083

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

Shades of Indigo #611083

Tints of Indigo #611083

Color information

#611083 (or 0x611083) is unknown color: approx Indigo. HEX triplet: 61, 10 and 83. RGB value is (97,16,131). Sum of RGB (Red+Green+Blue) = 97+16+131=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 131 (51.56% from 255 or 53.69% from 244); Max value from RGB is 131 - color contains mainly: blue. Hex color #611083 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #611083 is #9EEF7C. Grayscale: #343434. Windows color (decimal): -10415997 or 8589409. OLE color: 8589409.

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

Color convert

RGB9716131-
CMYK0.260.8800.49
HSL282.26º78.23%28.82%-
HSV(B)282.26º87.79%51.37%-
XYZ9.214.5521.87-
YUV53.33171.84159.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.75%
GREEN value IS 16 (6.64% from 255) = 6.56%
BLUE value IS 131 (51.56% from 255) = 53.69%
R=39.75%
G=6.56%
B=53.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97161310.260.8800.49282.2678.2328.82
Hex6110831A5803111a4e1d
Octal141202033213006143211635
Binary110000110000100000111101010110000110001100011010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611083; }

 p { color: rgb(97,16,131); }

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

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

 a { background-color: rgb(97,16,131); }

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

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

 span { border-color: rgb(97,16,131); }

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