#312CDD

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

Shades of Persian Blue #312CDD

Tints of Persian Blue #312CDD

Color information

#312CDD (or 0x312CDD) is unknown color: approx Persian Blue. HEX triplet: 31, 2C and DD. RGB value is (49,44,221). Sum of RGB (Red+Green+Blue) = 49+44+221=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 44 (17.58% from 255 or 14.01% from 314); Blue value is 221 (86.72% from 255 or 70.38% from 314); Max value from RGB is 221 - color contains mainly: blue. Hex color #312CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312CDD is #CED322. Grayscale: #404040. Windows color (decimal): -13554467 or 14494769. OLE color: 14494769.

HSL color Cylindrical-coordinate representation of color #312CDD: hue angle of 241.69º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #312CDD is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4944221-
CMYK0.780.8000.13
HSL241.69º72.24%51.96%-
HSV(B)241.69º80.09%86.67%-
XYZ15.227.6769.09-
YUV65.67215.66116.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.61%
GREEN value IS 44 (17.58% from 255) = 14.01%
BLUE value IS 221 (86.72% from 255) = 70.38%
R=15.61%
G=14.01%
B=70.38%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal49442210.780.8000.13241.6972.2451.96
Hex312CDD4E500Df24834
Octal615433511612001536211064
Binary110001101100110111011001110101000001101111100101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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