#451890

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

Shades of Persian Indigo #451890

Tints of Persian Indigo #451890

Color information

#451890 (or 0x451890) is unknown color: approx Persian Indigo. HEX triplet: 45, 18 and 90. RGB value is (69,24,144). Sum of RGB (Red+Green+Blue) = 69+24+144=237 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.11% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 144 (56.64% from 255 or 60.76% from 237); Max value from RGB is 144 - color contains mainly: blue. Hex color #451890 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451890 is #BAE76F. Grayscale: #323232. Windows color (decimal): -12248944 or 9443397. OLE color: 9443397.

HSL color Cylindrical-coordinate representation of color #451890: hue angle of 262.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #451890 is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6924144-
CMYK0.520.8300.44
HSL262.5º71.43%32.94%-
HSV(B)262.5º83.33%56.47%-
XYZ7.813.9326.73-
YUV51.14180.41140.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.11%
GREEN value IS 24 (9.77% from 255) = 10.13%
BLUE value IS 144 (56.64% from 255) = 60.76%
R=29.11%
G=10.13%
B=60.76%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal69241440.520.8300.44262.571.4332.94
Hex451890345302C1064721
Octal105302206412305440610741
Binary10001011100010010000110100101001101011001000001101000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451890; }

 p { color: rgb(69,24,144); }

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

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

 a { background-color: rgb(69,24,144); }

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

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

 span { border-color: rgb(69,24,144); }

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