#2A31AA

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

Shades of Persian Blue #2A31AA

Tints of Persian Blue #2A31AA

Color information

#2A31AA (or 0x2A31AA) is unknown color: approx Persian Blue. HEX triplet: 2A, 31 and AA. RGB value is (42,49,170). Sum of RGB (Red+Green+Blue) = 42+49+170=261 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.09% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 170 (66.80% from 255 or 65.13% from 261); Max value from RGB is 170 - color contains mainly: blue. Hex color #2A31AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A31AA is #D5CE55. Grayscale: #3C3C3C. Windows color (decimal): -14011990 or 11153706. OLE color: 11153706.

HSL color Cylindrical-coordinate representation of color #2A31AA: hue angle of 236.72º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A31AA is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4249170-
CMYK0.750.7100.33
HSL236.72º60.38%41.57%-
HSV(B)236.72º75.29%66.67%-
XYZ9.315.5938.62-
YUV60.7189.68114.66-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.09%
GREEN value IS 49 (19.53% from 255) = 18.77%
BLUE value IS 170 (66.80% from 255) = 65.13%
R=16.09%
G=18.77%
B=65.13%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal42491700.750.7100.33236.7260.3841.57
Hex2A31AA4B47021ed3c2a
Octal52612521131070413557452
Binary1010101100011010101010010111000111010000111101101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A31AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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