#2421AA

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

Shades of Persian Blue #2421AA

Tints of Persian Blue #2421AA

Color information

#2421AA (or 0x2421AA) is unknown color: approx Persian Blue. HEX triplet: 24, 21 and AA. RGB value is (36,33,170). Sum of RGB (Red+Green+Blue) = 36+33+170=239 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.06% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 170 (66.80% from 255 or 71.13% from 239); Max value from RGB is 170 - color contains mainly: blue. Hex color #2421AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2421AA is #DBDE55. Grayscale: #303030. Windows color (decimal): -14409302 or 11149604. OLE color: 11149604.

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

Color convert

RGB3633170-
CMYK0.790.8100.33
HSL241.31º67.49%39.8%-
HSV(B)241.31º80.59%66.67%-
XYZ8.534.3738.42-
YUV49.52195.99118.36-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.06%
GREEN value IS 33 (13.28% from 255) = 13.81%
BLUE value IS 170 (66.80% from 255) = 71.13%
R=15.06%
G=13.81%
B=71.13%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal36331700.790.8100.33241.3167.4939.8
Hex2421AA4F51021f14328
Octal444125211712104136110350
Binary10010010000110101010100111110100010100001111100011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2421AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2421AA; }

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

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

<style>
 a { background-color: #2421AA; }

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

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

<style>
 span { border-color: #2421AA; }

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

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