#451178

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

Shades of Indigo #451178

Tints of Indigo #451178

Color information

#451178 (or 0x451178) is unknown color: approx Indigo. HEX triplet: 45, 11 and 78. RGB value is (69,17,120). Sum of RGB (Red+Green+Blue) = 69+17+120=206 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.50% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 120 (47.27% from 255 or 58.25% from 206); Max value from RGB is 120 - color contains mainly: blue. Hex color #451178 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451178 is #BAEE87. Grayscale: #2B2B2B. Windows color (decimal): -12250760 or 7868741. OLE color: 7868741.

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

Color convert

RGB6917120-
CMYK0.420.8600.53
HSL270.29º75.18%26.86%-
HSV(B)270.29º85.83%47.06%-
XYZ6.043.0218.03-
YUV44.29170.73145.62-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.50%
GREEN value IS 17 (7.03% from 255) = 8.25%
BLUE value IS 120 (47.27% from 255) = 58.25%
R=33.50%
G=8.25%
B=58.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69171200.420.8600.53270.2975.1826.86
Hex4511782A5603510e4b1b
Octal105211705212606541611333
Binary100010110001111100010101010101100110101100001110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451178; }

 p { color: rgb(69,17,120); }

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

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

 a { background-color: rgb(69,17,120); }

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

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

 span { border-color: rgb(69,17,120); }

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