#312DAD

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

Shades of Persian Blue #312DAD

Tints of Persian Blue #312DAD

Color information

#312DAD (or 0x312DAD) is unknown color: approx Persian Blue. HEX triplet: 31, 2D and AD. RGB value is (49,45,173). Sum of RGB (Red+Green+Blue) = 49+45+173=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 45 (17.97% from 255 or 16.85% from 267); Blue value is 173 (67.97% from 255 or 64.79% from 267); Max value from RGB is 173 - color contains mainly: blue. Hex color #312DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312DAD is #CED252. Grayscale: #3C3C3C. Windows color (decimal): -13554259 or 11349297. OLE color: 11349297.

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

Color convert

RGB4945173-
CMYK0.720.7400.32
HSL241.88º58.72%42.75%-
HSV(B)241.88º73.99%67.84%-
XYZ9.755.5540.09-
YUV60.79191.33119.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.35%
GREEN value IS 45 (17.97% from 255) = 16.85%
BLUE value IS 173 (67.97% from 255) = 64.79%
R=18.35%
G=16.85%
B=64.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal49451730.720.7400.32241.8858.7242.75
Hex312DAD484A020f23b2b
Octal61552551101120403627353
Binary1100011011011010110110010001001010010000011110010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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