#451A96

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

Shades of Persian Indigo #451A96

Tints of Persian Indigo #451A96

Color information

#451A96 (or 0x451A96) is unknown color: approx Persian Indigo. HEX triplet: 45, 1A and 96. RGB value is (69,26,150). Sum of RGB (Red+Green+Blue) = 69+26+150=245 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.16% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 150 (58.98% from 255 or 61.22% from 245); Max value from RGB is 150 - color contains mainly: blue. Hex color #451A96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #451A96 is #BAE569. Grayscale: #343434. Windows color (decimal): -12248426 or 9837125. OLE color: 9837125.

HSL color Cylindrical-coordinate representation of color #451A96: hue angle of 260.81º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #451A96 is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6926150-
CMYK0.540.8300.41
HSL260.81º70.45%34.51%-
HSV(B)260.81º82.67%58.82%-
XYZ8.334.2129.23-
YUV52.99182.75139.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.16%
GREEN value IS 26 (10.55% from 255) = 10.61%
BLUE value IS 150 (58.98% from 255) = 61.22%
R=28.16%
G=10.61%
B=61.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal69261500.540.8300.41260.8170.4534.51
Hex451A9636530291054623
Octal105322266612305140510643
Binary10001011101010010110110110101001101010011000001011000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451A96; }

 p { color: rgb(69,26,150); }

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

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

 a { background-color: rgb(69,26,150); }

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

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

 span { border-color: rgb(69,26,150); }

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