#2F28A9

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

Shades of Persian Blue #2F28A9

Tints of Persian Blue #2F28A9

Color information

#2F28A9 (or 0x2F28A9) is unknown color: approx Persian Blue. HEX triplet: 2F, 28 and A9. RGB value is (47,40,169). Sum of RGB (Red+Green+Blue) = 47+40+169=256 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.36% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 169 (66.41% from 255 or 66.02% from 256); Max value from RGB is 169 - color contains mainly: blue. Hex color #2F28A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F28A9 is #D0D756. Grayscale: #383838. Windows color (decimal): -13686615 or 11085871. OLE color: 11085871.

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

Color convert

RGB4740169-
CMYK0.720.7600.34
HSL243.26º61.72%40.98%-
HSV(B)243.26º76.33%66.27%-
XYZ9.094.9938.02-
YUV56.8191.32121.01-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.36%
GREEN value IS 40 (16.02% from 255) = 15.62%
BLUE value IS 169 (66.41% from 255) = 66.02%
R=18.36%
G=15.62%
B=66.02%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal47401690.720.7600.34243.2661.7240.98
Hex2F28A9484C022f33e29
Octal57502511101140423637651
Binary1011111010001010100110010001001100010001011110011111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F28A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,40,169); }

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

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

 a { background-color: rgb(47,40,169); }

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

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

 span { border-color: rgb(47,40,169); }

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