#2F29AB

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

Shades of Persian Blue #2F29AB

Tints of Persian Blue #2F29AB

Color information

#2F29AB (or 0x2F29AB) is unknown color: approx Persian Blue. HEX triplet: 2F, 29 and AB. RGB value is (47,41,171). Sum of RGB (Red+Green+Blue) = 47+41+171=259 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.15% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 171 (67.19% from 255 or 66.02% from 259); Max value from RGB is 171 - color contains mainly: blue. Hex color #2F29AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F29AB is #D0D654. Grayscale: #393939. Windows color (decimal): -13686357 or 11217199. OLE color: 11217199.

HSL color Cylindrical-coordinate representation of color #2F29AB: hue angle of 242.77º 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 #2F29AB is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4741171-
CMYK0.730.7600.33
HSL242.77º61.32%41.57%-
HSV(B)242.77º76.02%67.06%-
XYZ9.325.1339.03-
YUV57.61191.99120.43-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.15%
GREEN value IS 41 (16.41% from 255) = 15.83%
BLUE value IS 171 (67.19% from 255) = 66.02%
R=18.15%
G=15.83%
B=66.02%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal47411710.730.7600.33242.7761.3241.57
Hex2F29AB494C021f33d2a
Octal57512531111140413637552
Binary1011111010011010101110010011001100010000111110011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F29AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F29AB; }

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

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

<style>
 a { background-color: #2F29AB; }

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

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

<style>
 span { border-color: #2F29AB; }

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

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