#2E21A7

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

Shades of Persian Blue #2E21A7

Tints of Persian Blue #2E21A7

Color information

#2E21A7 (or 0x2E21A7) is unknown color: approx Persian Blue. HEX triplet: 2E, 21 and A7. RGB value is (46,33,167). Sum of RGB (Red+Green+Blue) = 46+33+167=246 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.70% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 167 (65.62% from 255 or 67.89% from 246); Max value from RGB is 167 - color contains mainly: blue. Hex color #2E21A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E21A7 is #D1DE58. Grayscale: #333333. Windows color (decimal): -13753945 or 10953006. OLE color: 10953006.

HSL color Cylindrical-coordinate representation of color #2E21A7: hue angle of 245.82º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E21A7 is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4633167-
CMYK0.720.8000.35
HSL245.82º67%39.22%-
HSV(B)245.82º80.24%65.49%-
XYZ8.654.4636.96-
YUV52.16192.81123.6-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.70%
GREEN value IS 33 (13.28% from 255) = 13.41%
BLUE value IS 167 (65.62% from 255) = 67.89%
R=18.70%
G=13.41%
B=67.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal46331670.720.8000.35245.826739.22
Hex2E21A74850023f64327
Octal564124711012004336610347
Binary10111010000110100111100100010100000100011111101101000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E21A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,33,167); }

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

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

 a { background-color: rgb(46,33,167); }

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

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

 span { border-color: rgb(46,33,167); }

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