#2A21AA

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

Shades of Persian Blue #2A21AA

Tints of Persian Blue #2A21AA

Color information

#2A21AA (or 0x2A21AA) is unknown color: approx Persian Blue. HEX triplet: 2A, 21 and AA. RGB value is (42,33,170). Sum of RGB (Red+Green+Blue) = 42+33+170=245 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.14% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 170 (66.80% from 255 or 69.39% from 245); Max value from RGB is 170 - color contains mainly: blue. Hex color #2A21AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A21AA is #D5DE55. Grayscale: #323232. Windows color (decimal): -14016086 or 11149610. OLE color: 11149610.

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

Color convert

RGB4233170-
CMYK0.750.8100.33
HSL243.94º67.49%39.8%-
HSV(B)243.94º80.59%66.67%-
XYZ8.754.4838.43-
YUV51.31194.98121.36-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.14%
GREEN value IS 33 (13.28% from 255) = 13.47%
BLUE value IS 170 (66.80% from 255) = 69.39%
R=17.14%
G=13.47%
B=69.39%

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
Decimal42331700.750.8100.33243.9467.4939.8
Hex2A21AA4B51021f44328
Octal524125211312104136410350
Binary10101010000110101010100101110100010100001111101001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A21AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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