#2C27AD

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

Shades of Persian Blue #2C27AD

Tints of Persian Blue #2C27AD

Color information

#2C27AD (or 0x2C27AD) is unknown color: approx Persian Blue. HEX triplet: 2C, 27 and AD. RGB value is (44,39,173). Sum of RGB (Red+Green+Blue) = 44+39+173=256 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.19% from 256); Green value is 39 (15.62% from 255 or 15.23% from 256); Blue value is 173 (67.97% from 255 or 67.58% from 256); Max value from RGB is 173 - color contains mainly: blue. Hex color #2C27AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C27AD is #D3D852. Grayscale: #373737. Windows color (decimal): -13883475 or 11347756. OLE color: 11347756.

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

Color convert

RGB4439173-
CMYK0.750.7700.32
HSL242.24º63.21%41.57%-
HSV(B)242.24º77.46%67.84%-
XYZ9.31540.01-
YUV55.77194.16119.6-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.19%
GREEN value IS 39 (15.62% from 255) = 15.23%
BLUE value IS 173 (67.97% from 255) = 67.58%
R=17.19%
G=15.23%
B=67.58%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal44391730.750.7700.32242.2463.2141.57
Hex2C27AD4B4D020f23f2a
Octal54472551131150403627752
Binary1011001001111010110110010111001101010000011110010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C27AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,39,173); }

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

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

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

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

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

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

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