#2942AB

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

Shades of Persian Blue #2942AB

Tints of Persian Blue #2942AB

Color information

#2942AB (or 0x2942AB) is unknown color: approx Persian Blue. HEX triplet: 29, 42 and AB. RGB value is (41,66,171). Sum of RGB (Red+Green+Blue) = 41+66+171=278 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.75% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 171 (67.19% from 255 or 61.51% from 278); Max value from RGB is 171 - color contains mainly: blue. Hex color #2942AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2942AB is #D6BD54. Grayscale: #464646. Windows color (decimal): -14073173 or 11223593. OLE color: 11223593.

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

Color convert

RGB4166171-
CMYK0.760.6100.33
HSL228.46º61.32%41.57%-
HSV(B)228.46º76.02%67.06%-
XYZ10.217.3139.4-
YUV70.5184.72106.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.75%
GREEN value IS 66 (26.17% from 255) = 23.74%
BLUE value IS 171 (67.19% from 255) = 61.51%
R=14.75%
G=23.74%
B=61.51%

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
Decimal41661710.760.6100.33228.4661.3241.57
Hex2942AB4C3D021e43d2a
Octal51102253114750413447552
Binary1010011000010101010111001100111101010000111100100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2942AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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