#611378

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

Shades of Indigo #611378

Tints of Indigo #611378

Color information

#611378 (or 0x611378) is unknown color: approx Indigo. HEX triplet: 61, 13 and 78. RGB value is (97,19,120). Sum of RGB (Red+Green+Blue) = 97+19+120=236 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.10% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 120 (47.27% from 255 or 50.85% from 236); Max value from RGB is 120 - color contains mainly: blue. Hex color #611378 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611378 is #9EEC87. Grayscale: #353535. Windows color (decimal): -10415240 or 7869281. OLE color: 7869281.

HSL color Cylindrical-coordinate representation of color #611378: hue angle of 286.34º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #611378 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9719120-
CMYK0.190.8400.53
HSL286.34º72.66%27.25%-
HSV(B)286.34º84.17%47.06%-
XYZ8.554.3618.16-
YUV53.84165.34158.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.10%
GREEN value IS 19 (7.81% from 255) = 8.05%
BLUE value IS 120 (47.27% from 255) = 50.85%
R=41.10%
G=8.05%
B=50.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97191200.190.8400.53286.3472.6627.25
Hex611378135403511e491b
Octal141231702312406543611133
Binary11000011001111110001001110101000110101100011110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611378; }

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

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

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

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

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

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

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

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