#2928A8

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

Shades of Persian Blue #2928A8

Tints of Persian Blue #2928A8

Color information

#2928A8 (or 0x2928A8) is unknown color: approx Persian Blue. HEX triplet: 29, 28 and A8. RGB value is (41,40,168). Sum of RGB (Red+Green+Blue) = 41+40+168=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 168 (66.02% from 255 or 67.47% from 249); Max value from RGB is 168 - color contains mainly: blue. Hex color #2928A8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2928A8 is #D6D757. Grayscale: #363636. Windows color (decimal): -14079832 or 11020329. OLE color: 11020329.

HSL color Cylindrical-coordinate representation of color #2928A8: hue angle of 240.47º 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 #2928A8 is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB4140168-
CMYK0.760.7600.34
HSL240.47º61.54%40.78%-
HSV(B)240.47º76.19%65.88%-
XYZ8.744.8237.51-
YUV54.89191.83118.09-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.47%
GREEN value IS 40 (16.02% from 255) = 16.06%
BLUE value IS 168 (66.02% from 255) = 67.47%
R=16.47%
G=16.06%
B=67.47%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal41401680.760.7600.34240.4761.5440.78
Hex2928A84C4C022f03e29
Octal51502501141140423607651
Binary1010011010001010100010011001001100010001011110000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2928A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2928A8; }

 p { color: rgb(41,40,168); }

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

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

 a { background-color: rgb(41,40,168); }

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

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

 span { border-color: rgb(41,40,168); }

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