#451195

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

Shades of Indigo #451195

Tints of Indigo #451195

Color information

#451195 (or 0x451195) is unknown color: approx Indigo. HEX triplet: 45, 11 and 95. RGB value is (69,17,149). Sum of RGB (Red+Green+Blue) = 69+17+149=235 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.36% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 149 (58.59% from 255 or 63.40% from 235); Max value from RGB is 149 - color contains mainly: blue. Hex color #451195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451195 is #BAEE6A. Grayscale: #2F2F2F. Windows color (decimal): -12250731 or 9769285. OLE color: 9769285.

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

Color convert

RGB6917149-
CMYK0.540.8900.42
HSL263.64º79.52%32.55%-
HSV(B)263.64º88.59%58.43%-
XYZ8.083.8428.75-
YUV47.6185.23143.27-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.36%
GREEN value IS 17 (7.03% from 255) = 7.23%
BLUE value IS 149 (58.59% from 255) = 63.40%
R=29.36%
G=7.23%
B=63.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69171490.540.8900.42263.6479.5232.55
Hex451195365902A1085021
Octal105212256613105241012041
Binary10001011000110010101110110101100101010101000010001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451195; }

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

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

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

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

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

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

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

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