#2721AC

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

Shades of Persian Blue #2721AC

Tints of Persian Blue #2721AC

Color information

#2721AC (or 0x2721AC) is unknown color: approx Persian Blue. HEX triplet: 27, 21 and AC. RGB value is (39,33,172). Sum of RGB (Red+Green+Blue) = 39+33+172=244 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.98% from 244); Green value is 33 (13.28% from 255 or 13.52% from 244); Blue value is 172 (67.58% from 255 or 70.49% from 244); Max value from RGB is 172 - color contains mainly: blue. Hex color #2721AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2721AC is #D8DE53. Grayscale: #323232. Windows color (decimal): -14212692 or 11280679. OLE color: 11280679.

HSL color Cylindrical-coordinate representation of color #2721AC: hue angle of 242.59º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2721AC is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3933172-
CMYK0.770.8100.33
HSL242.59º67.8%40.2%-
HSV(B)242.59º80.81%67.45%-
XYZ8.834.539.43-
YUV50.64196.49119.7-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.98%
GREEN value IS 33 (13.28% from 255) = 13.52%
BLUE value IS 172 (67.58% from 255) = 70.49%
R=15.98%
G=13.52%
B=70.49%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal39331720.770.8100.33242.5967.840.2
Hex2721AC4D51021f34428
Octal474125411512104136310450
Binary10011110000110101100100110110100010100001111100111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2721AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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