#2927A7

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

Shades of Persian Blue #2927A7

Tints of Persian Blue #2927A7

Color information

#2927A7 (or 0x2927A7) is unknown color: approx Persian Blue. HEX triplet: 29, 27 and A7. RGB value is (41,39,167). Sum of RGB (Red+Green+Blue) = 41+39+167=247 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.60% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 167 (65.62% from 255 or 67.61% from 247); Max value from RGB is 167 - color contains mainly: blue. Hex color #2927A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2927A7 is #D6D858. Grayscale: #353535. Windows color (decimal): -14080089 or 10954537. OLE color: 10954537.

HSL color Cylindrical-coordinate representation of color #2927A7: hue angle of 240.94º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2927A7 is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4139167-
CMYK0.750.7700.35
HSL240.94º62.14%40.39%-
HSV(B)240.94º76.65%65.49%-
XYZ8.624.7137.01-
YUV54.19191.66118.59-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.60%
GREEN value IS 39 (15.62% from 255) = 15.79%
BLUE value IS 167 (65.62% from 255) = 67.61%
R=16.60%
G=15.79%
B=67.61%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal41391670.750.7700.35240.9462.1440.39
Hex2927A74B4D023f13e28
Octal51472471131150433617650
Binary1010011001111010011110010111001101010001111110001111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2927A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2927A7; }

 p { color: rgb(41,39,167); }

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

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

 a { background-color: rgb(41,39,167); }

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

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

 span { border-color: rgb(41,39,167); }

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