#312AAA

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

Shades of Persian Blue #312AAA

Tints of Persian Blue #312AAA

Color information

#312AAA (or 0x312AAA) is unknown color: approx Persian Blue. HEX triplet: 31, 2A and AA. RGB value is (49,42,170). Sum of RGB (Red+Green+Blue) = 49+42+170=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 42 (16.80% from 255 or 16.09% 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 #312AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312AAA is #CED555. Grayscale: #3A3A3A. Windows color (decimal): -13555030 or 11151921. OLE color: 11151921.

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

Color convert

RGB4942170-
CMYK0.710.7500.33
HSL243.28º60.38%41.57%-
HSV(B)243.28º75.29%66.67%-
XYZ9.355.2138.54-
YUV58.68190.82121.09-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal49421700.710.7500.33243.2860.3841.57
Hex312AAA474B021f33c2a
Octal61522521071130413637452
Binary1100011010101010101010001111001011010000111110011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312AAA; }

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

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

<style>
 a { background-color: #312AAA; }

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

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

<style>
 span { border-color: #312AAA; }

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

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