#611388

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

Shades of Indigo #611388

Tints of Indigo #611388

Color information

#611388 (or 0x611388) is unknown color: approx Indigo. HEX triplet: 61, 13 and 88. RGB value is (97,19,136). Sum of RGB (Red+Green+Blue) = 97+19+136=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 136 (53.52% from 255 or 53.97% from 252); Max value from RGB is 136 - color contains mainly: blue. Hex color #611388 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #611388 is #9EEC77. Grayscale: #373737. Windows color (decimal): -10415224 or 8917857. OLE color: 8917857.

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

Color convert

RGB9719136-
CMYK0.290.8600.47
HSL280º75.48%30.39%-
HSV(B)280º86.03%53.33%-
XYZ9.614.7823.71-
YUV55.66173.34157.49-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.49%
GREEN value IS 19 (7.81% from 255) = 7.54%
BLUE value IS 136 (53.52% from 255) = 53.97%
R=38.49%
G=7.54%
B=53.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97191360.290.8600.4728075.4830.39
Hex6113881D5602F1184b1e
Octal141232103512605743011336
Binary110000110011100010001110110101100101111100011000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611388; }

 p { color: rgb(97,19,136); }

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

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

 a { background-color: rgb(97,19,136); }

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

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

 span { border-color: rgb(97,19,136); }

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