#451395

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

Shades of Indigo #451395

Tints of Indigo #451395

Color information

#451395 (or 0x451395) is unknown color: approx Indigo. HEX triplet: 45, 13 and 95. RGB value is (69,19,149). Sum of RGB (Red+Green+Blue) = 69+19+149=237 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.11% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 149 (58.59% from 255 or 62.87% from 237); Max value from RGB is 149 - color contains mainly: blue. Hex color #451395 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451395 is #BAEC6A. Grayscale: #303030. Windows color (decimal): -12250219 or 9769797. OLE color: 9769797.

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

Color convert

RGB6919149-
CMYK0.540.8700.42
HSL263.08º77.38%32.94%-
HSV(B)263.08º87.25%58.43%-
XYZ8.113.928.76-
YUV48.77184.56142.43-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.11%
GREEN value IS 19 (7.81% from 255) = 8.02%
BLUE value IS 149 (58.59% from 255) = 62.87%
R=29.11%
G=8.02%
B=62.87%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69191490.540.8700.42263.0877.3832.94
Hex451395365702A1074d21
Octal105232256612705240711541
Binary10001011001110010101110110101011101010101000001111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451395; }

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

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

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

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

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

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

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

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