#2827AC

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

Shades of Persian Blue #2827AC

Tints of Persian Blue #2827AC

Color information

#2827AC (or 0x2827AC) is unknown color: approx Persian Blue. HEX triplet: 28, 27 and AC. RGB value is (40,39,172). Sum of RGB (Red+Green+Blue) = 40+39+172=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 39 (15.62% from 255 or 15.54% from 251); Blue value is 172 (67.58% from 255 or 68.53% from 251); Max value from RGB is 172 - color contains mainly: blue. Hex color #2827AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2827AC is #D7D853. Grayscale: #353535. Windows color (decimal): -14145620 or 11282216. OLE color: 11282216.

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

Color convert

RGB4039172-
CMYK0.770.7700.33
HSL240.45º63.03%41.37%-
HSV(B)240.45º77.33%67.45%-
XYZ9.054.8839.49-
YUV54.46194.33117.69-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.94%
GREEN value IS 39 (15.62% from 255) = 15.54%
BLUE value IS 172 (67.58% from 255) = 68.53%
R=15.94%
G=15.54%
B=68.53%

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
Decimal40391720.770.7700.33240.4563.0341.37
Hex2827AC4D4D021f03f29
Octal50472541151150413607751
Binary1010001001111010110010011011001101010000111110000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2827AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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