#2F21AE

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

Shades of Persian Blue #2F21AE

Tints of Persian Blue #2F21AE

Color information

#2F21AE (or 0x2F21AE) is unknown color: approx Persian Blue. HEX triplet: 2F, 21 and AE. RGB value is (47,33,174). Sum of RGB (Red+Green+Blue) = 47+33+174=254 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.50% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 174 (68.36% from 255 or 68.50% from 254); Max value from RGB is 174 - color contains mainly: blue. Hex color #2F21AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F21AE is #D0DE51. Grayscale: #343434. Windows color (decimal): -13688402 or 11411759. OLE color: 11411759.

HSL color Cylindrical-coordinate representation of color #2F21AE: hue angle of 245.96º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F21AE is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4733174-
CMYK0.730.8100.32
HSL245.96º68.12%40.59%-
HSV(B)245.96º81.03%68.24%-
XYZ9.364.7540.47-
YUV53.26196.14123.54-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.50%
GREEN value IS 33 (13.28% from 255) = 12.99%
BLUE value IS 174 (68.36% from 255) = 68.50%
R=18.50%
G=12.99%
B=68.50%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal47331740.730.8100.32245.9668.1240.59
Hex2F21AE4951020f64429
Octal574125611112104036610451
Binary10111110000110101110100100110100010100000111101101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F21AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,33,174); }

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

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

 a { background-color: rgb(47,33,174); }

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

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

 span { border-color: rgb(47,33,174); }

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