#2B21AC

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

Shades of Persian Blue #2B21AC

Tints of Persian Blue #2B21AC

Color information

#2B21AC (or 0x2B21AC) is unknown color: approx Persian Blue. HEX triplet: 2B, 21 and AC. RGB value is (43,33,172). Sum of RGB (Red+Green+Blue) = 43+33+172=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 33 (13.28% from 255 or 13.31% from 248); Blue value is 172 (67.58% from 255 or 69.35% from 248); Max value from RGB is 172 - color contains mainly: blue. Hex color #2B21AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B21AC is #D4DE53. Grayscale: #333333. Windows color (decimal): -13950548 or 11280683. OLE color: 11280683.

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

Color convert

RGB4333172-
CMYK0.750.8100.33
HSL244.32º67.8%40.2%-
HSV(B)244.32º80.81%67.45%-
XYZ8.994.5839.44-
YUV51.84195.81121.7-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.34%
GREEN value IS 33 (13.28% from 255) = 13.31%
BLUE value IS 172 (67.58% from 255) = 69.35%
R=17.34%
G=13.31%
B=69.35%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal43331720.750.8100.33244.3267.840.2
Hex2B21AC4B51021f44428
Octal534125411312104136410450
Binary10101110000110101100100101110100010100001111101001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B21AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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