#312AAD

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

Shades of Persian Blue #312AAD

Tints of Persian Blue #312AAD

Color information

#312AAD (or 0x312AAD) is unknown color: approx Persian Blue. HEX triplet: 31, 2A and AD. RGB value is (49,42,173). Sum of RGB (Red+Green+Blue) = 49+42+173=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 42 (16.80% from 255 or 15.91% from 264); Blue value is 173 (67.97% from 255 or 65.53% from 264); Max value from RGB is 173 - color contains mainly: blue. Hex color #312AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312AAD is #CED552. Grayscale: #3A3A3A. Windows color (decimal): -13555027 or 11348529. OLE color: 11348529.

HSL color Cylindrical-coordinate representation of color #312AAD: hue angle of 243.21º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #312AAD is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4942173-
CMYK0.720.7600.32
HSL243.21º60.93%42.16%-
HSV(B)243.21º75.72%67.84%-
XYZ9.645.3340.06-
YUV59.03192.32120.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.56%
GREEN value IS 42 (16.80% from 255) = 15.91%
BLUE value IS 173 (67.97% from 255) = 65.53%
R=18.56%
G=15.91%
B=65.53%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal49421730.720.7600.32243.2160.9342.16
Hex312AAD484C020f33d2a
Octal61522551101140403637552
Binary1100011010101010110110010001001100010000011110011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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