#2F27AE

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

Shades of Persian Blue #2F27AE

Tints of Persian Blue #2F27AE

Color information

#2F27AE (or 0x2F27AE) is unknown color: approx Persian Blue. HEX triplet: 2F, 27 and AE. RGB value is (47,39,174). Sum of RGB (Red+Green+Blue) = 47+39+174=260 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.08% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 174 (68.36% from 255 or 66.92% from 260); Max value from RGB is 174 - color contains mainly: blue. Hex color #2F27AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F27AE is #D0D851. Grayscale: #383838. Windows color (decimal): -13686866 or 11413295. OLE color: 11413295.

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

Color convert

RGB4739174-
CMYK0.730.7800.32
HSL243.56º63.38%41.76%-
HSV(B)243.56º77.59%68.24%-
XYZ9.545.1140.53-
YUV56.78194.15121.02-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.08%
GREEN value IS 39 (15.62% from 255) = 15%
BLUE value IS 174 (68.36% from 255) = 66.92%
R=18.08%
G=15%
B=66.92%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal47391740.730.7800.32243.5663.3841.76
Hex2F27AE494E020f43f2a
Octal57472561111160403647752
Binary1011111001111010111010010011001110010000011110100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F27AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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