#312AAC

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

Shades of Persian Blue #312AAC

Tints of Persian Blue #312AAC

Color information

#312AAC (or 0x312AAC) is unknown color: approx Persian Blue. HEX triplet: 31, 2A and AC. RGB value is (49,42,172). Sum of RGB (Red+Green+Blue) = 49+42+172=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 42 (16.80% from 255 or 15.97% from 263); Blue value is 172 (67.58% from 255 or 65.40% from 263); Max value from RGB is 172 - color contains mainly: blue. Hex color #312AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312AAC is #CED553. Grayscale: #3A3A3A. Windows color (decimal): -13555028 or 11282993. OLE color: 11282993.

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

Color convert

RGB4942172-
CMYK0.720.7600.33
HSL243.23º60.75%41.96%-
HSV(B)243.23º75.58%67.45%-
XYZ9.545.2939.55-
YUV58.91191.82120.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.63%
GREEN value IS 42 (16.80% from 255) = 15.97%
BLUE value IS 172 (67.58% from 255) = 65.40%
R=18.63%
G=15.97%
B=65.40%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal49421720.720.7600.33243.2360.7541.96
Hex312AAC484C021f33d2a
Octal61522541101140413637552
Binary1100011010101010110010010001001100010000111110011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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