#2b21aa

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

Shades of Persian Blue #2B21AA

Tints of Persian Blue #2B21AA

Color information

#2B21AA (or 0x2B21AA) is unknown color: approx Persian Blue. HEX triplet: 2B, 21 and AA. RGB value is (43,33,170). Sum of RGB (Red+Green+Blue) = 43+33+170=246 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.48% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 170 (66.80% from 255 or 69.11% from 246); Max value from RGB is 170 - color contains mainly: blue. Hex color #2B21AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B21AA is #D4DE55. Grayscale: #333333. Windows color (decimal): -13950550 or 11149611. OLE color: 11149611.

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

Color convert

RGB4333170-
CMYK0.750.8100.33
HSL244.38º67.49%39.8%-
HSV(B)244.38º80.59%66.67%-
XYZ8.84.538.44-
YUV51.61194.81121.86-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.48%
GREEN value IS 33 (13.28% from 255) = 13.41%
BLUE value IS 170 (66.80% from 255) = 69.11%
R=17.48%
G=13.41%
B=69.11%

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
Decimal43331700.750.8100.33244.3867.4939.8
Hex2B21AA4B51021f44328
Octal534125211312104136410350
Binary10101110000110101010100101110100010100001111101001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b21aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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