#2845A9

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

Shades of Persian Blue #2845A9

Tints of Persian Blue #2845A9

Color information

#2845A9 (or 0x2845A9) is unknown color: approx Persian Blue. HEX triplet: 28, 45 and A9. RGB value is (40,69,169). Sum of RGB (Red+Green+Blue) = 40+69+169=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 169 (66.41% from 255 or 60.79% from 278); Max value from RGB is 169 - color contains mainly: blue. Hex color #2845A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2845A9 is #D7BA56. Grayscale: #474747. Windows color (decimal): -14137943 or 11093288. OLE color: 11093288.

HSL color Cylindrical-coordinate representation of color #2845A9: hue angle of 226.51º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2845A9 is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB4069169-
CMYK0.760.5900.34
HSL226.51º61.72%40.98%-
HSV(B)226.51º76.33%66.27%-
XYZ10.167.5738.46-
YUV71.73182.89105.37-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.39%
GREEN value IS 69 (27.34% from 255) = 24.82%
BLUE value IS 169 (66.41% from 255) = 60.79%
R=14.39%
G=24.82%
B=60.79%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal40691690.760.5900.34226.5161.7240.98
Hex2845A94C3B022e33e29
Octal50105251114730423437651
Binary1010001000101101010011001100111011010001011100011111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2845A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2845A9; }

 p { color: rgb(40,69,169); }

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

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

 a { background-color: rgb(40,69,169); }

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

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

 span { border-color: rgb(40,69,169); }

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