#272BAA

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

Shades of Persian Blue #272BAA

Tints of Persian Blue #272BAA

Color information

#272BAA (or 0x272BAA) is unknown color: approx Persian Blue. HEX triplet: 27, 2B and AA. RGB value is (39,43,170). Sum of RGB (Red+Green+Blue) = 39+43+170=252 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.48% from 252); Green value is 43 (17.19% from 255 or 17.06% from 252); Blue value is 170 (66.80% from 255 or 67.46% from 252); Max value from RGB is 170 - color contains mainly: blue. Hex color #272BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272BAA is #D8D455. Grayscale: #373737. Windows color (decimal): -14210134 or 11152167. OLE color: 11152167.

HSL color Cylindrical-coordinate representation of color #272BAA: hue angle of 238.17º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #272BAA is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3943170-
CMYK0.770.7500.33
HSL238.17º62.68%40.98%-
HSV(B)238.17º77.06%66.67%-
XYZ8.965.0638.54-
YUV56.28192.17115.67-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.48%
GREEN value IS 43 (17.19% from 255) = 17.06%
BLUE value IS 170 (66.80% from 255) = 67.46%
R=15.48%
G=17.06%
B=67.46%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal39431700.770.7500.33238.1762.6840.98
Hex272BAA4D4B021ee3f29
Octal47532521151130413567751
Binary1001111010111010101010011011001011010000111101110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272BAA; }

 p { color: rgb(39,43,170); }

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

<style>
 a { background-color: #272BAA; }

 a { background-color: rgb(39,43,170); }

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

<style>
 span { border-color: #272BAA; }

 span { border-color: rgb(39,43,170); }

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