#312CD9

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

Shades of Persian Blue #312CD9

Tints of Persian Blue #312CD9

Color information

#312CD9 (or 0x312CD9) is unknown color: approx Persian Blue. HEX triplet: 31, 2C and D9. RGB value is (49,44,217). Sum of RGB (Red+Green+Blue) = 49+44+217=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 44 (17.58% from 255 or 14.19% from 310); Blue value is 217 (85.16% from 255 or 70% from 310); Max value from RGB is 217 - color contains mainly: blue. Hex color #312CD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312CD9 is #CED326. Grayscale: #404040. Windows color (decimal): -13554471 or 14232625. OLE color: 14232625.

HSL color Cylindrical-coordinate representation of color #312CD9: hue angle of 241.73º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #312CD9 is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB4944217-
CMYK0.770.8000.15
HSL241.73º69.48%51.18%-
HSV(B)241.73º79.72%85.1%-
XYZ14.697.4666.31-
YUV65.22213.66116.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.81%
GREEN value IS 44 (17.58% from 255) = 14.19%
BLUE value IS 217 (85.16% from 255) = 70%
R=15.81%
G=14.19%
B=70%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal49442170.770.8000.15241.7369.4851.18
Hex312CD94D500Ff24533
Octal615433111512001736210563
Binary110001101100110110011001101101000001111111100101000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,44,217); }

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

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

 a { background-color: rgb(49,44,217); }

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

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

 span { border-color: rgb(49,44,217); }

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