#2127AC

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

Shades of Persian Blue #2127AC

Tints of Persian Blue #2127AC

Color information

#2127AC (or 0x2127AC) is unknown color: approx Persian Blue. HEX triplet: 21, 27 and AC. RGB value is (33,39,172). Sum of RGB (Red+Green+Blue) = 33+39+172=244 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.52% from 244); Green value is 39 (15.62% from 255 or 15.98% 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 #2127AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2127AC is #DED853. Grayscale: #333333. Windows color (decimal): -14604372 or 11282209. OLE color: 11282209.

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

Color convert

RGB3339172-
CMYK0.810.7700.33
HSL237.41º67.8%40.2%-
HSV(B)237.41º80.81%67.45%-
XYZ8.84.7539.48-
YUV52.37195.51114.19-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33391720.810.7700.33237.4167.840.2
Hex2127AC514D021ed4428
Octal414725412111504135510450
Binary10000110011110101100101000110011010100001111011011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2127AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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