#2A1FAE

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

Shades of Persian Blue #2A1FAE

Tints of Persian Blue #2A1FAE

Color information

#2A1FAE (or 0x2A1FAE) is unknown color: approx Persian Blue. HEX triplet: 2A, 1F and AE. RGB value is (42,31,174). Sum of RGB (Red+Green+Blue) = 42+31+174=247 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.00% from 247); Green value is 31 (12.5% from 255 or 12.55% from 247); Blue value is 174 (68.36% from 255 or 70.45% from 247); Max value from RGB is 174 - color contains mainly: blue. Hex color #2A1FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A1FAE is #D5E051. Grayscale: #323232. Windows color (decimal): -14016594 or 11411242. OLE color: 11411242.

HSL color Cylindrical-coordinate representation of color #2A1FAE: hue angle of 244.62º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A1FAE is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4231174-
CMYK0.760.8200.32
HSL244.62º69.76%40.2%-
HSV(B)244.62º82.18%68.24%-
XYZ9.084.5340.44-
YUV50.59197.64121.87-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.00%
GREEN value IS 31 (12.5% from 255) = 12.55%
BLUE value IS 174 (68.36% from 255) = 70.45%
R=17.00%
G=12.55%
B=70.45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal42311740.760.8200.32244.6269.7640.2
Hex2A1FAE4C52020f54628
Octal523725611412204036510650
Binary1010101111110101110100110010100100100000111101011000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,31,174); }

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

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

 a { background-color: rgb(42,31,174); }

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

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

 span { border-color: rgb(42,31,174); }

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