#2727AC

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

Shades of Persian Blue #2727AC

Tints of Persian Blue #2727AC

Color information

#2727AC (or 0x2727AC) is unknown color: approx Persian Blue. HEX triplet: 27, 27 and AC. RGB value is (39,39,172). Sum of RGB (Red+Green+Blue) = 39+39+172=250 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.6% from 250); Green value is 39 (15.62% from 255 or 15.6% from 250); Blue value is 172 (67.58% from 255 or 68.8% from 250); Max value from RGB is 172 - color contains mainly: blue. Hex color #2727AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2727AC is #D8D853. Grayscale: #353535. Windows color (decimal): -14211156 or 11282215. OLE color: 11282215.

HSL color Cylindrical-coordinate representation of color #2727AC: hue angle of 240º 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 #2727AC is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3939172-
CMYK0.770.7700.33
HSL240º63.03%41.37%-
HSV(B)240º77.33%67.45%-
XYZ9.014.8639.49-
YUV54.16194.5117.19-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.6%
GREEN value IS 39 (15.62% from 255) = 15.6%
BLUE value IS 172 (67.58% from 255) = 68.8%
R=15.6%
G=15.6%
B=68.8%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal39391720.770.7700.3324063.0341.37
Hex2727AC4D4D021f03f29
Octal47472541151150413607751
Binary1001111001111010110010011011001101010000111110000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2727AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2727AC; }

 p { color: rgb(39,39,172); }

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

<style>
 a { background-color: #2727AC; }

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

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

<style>
 span { border-color: #2727AC; }

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

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