#451173

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

Shades of Indigo #451173

Tints of Indigo #451173

Color information

#451173 (or 0x451173) is unknown color: approx Indigo. HEX triplet: 45, 11 and 73. RGB value is (69,17,115). Sum of RGB (Red+Green+Blue) = 69+17+115=201 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.33% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 115 (45.31% from 255 or 57.21% from 201); Max value from RGB is 115 - color contains mainly: blue. Hex color #451173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451173 is #BAEE8C. Grayscale: #2B2B2B. Windows color (decimal): -12250765 or 7541061. OLE color: 7541061.

HSL color Cylindrical-coordinate representation of color #451173: hue angle of 271.84º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #451173 is Cyan = 0.4, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6917115-
CMYK0.40.8500.55
HSL271.84º74.24%25.88%-
HSV(B)271.84º85.22%45.1%-
XYZ5.752.916.48-
YUV43.72168.23146.03-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.33%
GREEN value IS 17 (7.03% from 255) = 8.46%
BLUE value IS 115 (45.31% from 255) = 57.21%
R=34.33%
G=8.46%
B=57.21%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69171150.40.8500.55271.8474.2425.88
Hex45117328550371104a1a
Octal105211635012506742011232
Binary100010110001111001110100010101010110111100010000100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451173; }

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

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

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

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

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

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

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

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