#451194

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

Shades of Indigo #451194

Tints of Indigo #451194

Color information

#451194 (or 0x451194) is unknown color: approx Indigo. HEX triplet: 45, 11 and 94. RGB value is (69,17,148). Sum of RGB (Red+Green+Blue) = 69+17+148=234 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.49% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 148 (58.20% from 255 or 63.25% from 234); Max value from RGB is 148 - color contains mainly: blue. Hex color #451194 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451194 is #BAEE6B. Grayscale: #2F2F2F. Windows color (decimal): -12250732 or 9703749. OLE color: 9703749.

HSL color Cylindrical-coordinate representation of color #451194: hue angle of 263.82º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #451194 is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6917148-
CMYK0.530.8900.42
HSL263.82º79.39%32.35%-
HSV(B)263.82º88.51%58.04%-
XYZ83.828.33-
YUV47.48184.73143.35-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.49%
GREEN value IS 17 (7.03% from 255) = 7.26%
BLUE value IS 148 (58.20% from 255) = 63.25%
R=29.49%
G=7.26%
B=63.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69171480.530.8900.42263.8279.3932.35
Hex451194355902A1084f20
Octal105212246513105241011740
Binary10001011000110010100110101101100101010101000010001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451194; }

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

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

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

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

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

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

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

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