#2942AA

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

Shades of Persian Blue #2942AA

Tints of Persian Blue #2942AA

Color information

#2942AA (or 0x2942AA) is unknown color: approx Persian Blue. HEX triplet: 29, 42 and AA. RGB value is (41,66,170). Sum of RGB (Red+Green+Blue) = 41+66+170=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 170 (66.80% from 255 or 61.37% from 277); Max value from RGB is 170 - color contains mainly: blue. Hex color #2942AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2942AA is #D6BD55. Grayscale: #454545. Windows color (decimal): -14073174 or 11158057. OLE color: 11158057.

HSL color Cylindrical-coordinate representation of color #2942AA: hue angle of 228.37º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2942AA is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4166170-
CMYK0.760.6100.33
HSL228.37º61.14%41.37%-
HSV(B)228.37º75.88%66.67%-
XYZ10.127.2738.9-
YUV70.38184.22107.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.80%
GREEN value IS 66 (26.17% from 255) = 23.83%
BLUE value IS 170 (66.80% from 255) = 61.37%
R=14.80%
G=23.83%
B=61.37%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41661700.760.6100.33228.3761.1441.37
Hex2942AA4C3D021e43d29
Octal51102252114750413447551
Binary1010011000010101010101001100111101010000111100100111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2942AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2942AA; }

 p { color: rgb(41,66,170); }

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

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

 a { background-color: rgb(41,66,170); }

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

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

 span { border-color: rgb(41,66,170); }

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