#312EE1

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

Shades of Persian Blue #312EE1

Tints of Persian Blue #312EE1

Color information

#312EE1 (or 0x312EE1) is unknown color: approx Persian Blue. HEX triplet: 31, 2E and E1. RGB value is (49,46,225). Sum of RGB (Red+Green+Blue) = 49+46+225=320 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.31% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 225 (88.28% from 255 or 70.31% from 320); Max value from RGB is 225 - color contains mainly: blue. Hex color #312EE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312EE1 is #CED11E. Grayscale: #424242. Windows color (decimal): -13553951 or 14757425. OLE color: 14757425.

HSL color Cylindrical-coordinate representation of color #312EE1: hue angle of 241.01º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #312EE1 is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB4946225-
CMYK0.780.8000.12
HSL241.01º74.9%53.14%-
HSV(B)241.01º79.56%88.24%-
XYZ15.838.0471.95-
YUV67.3216.99114.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.31%
GREEN value IS 46 (18.36% from 255) = 14.38%
BLUE value IS 225 (88.28% from 255) = 70.31%
R=15.31%
G=14.38%
B=70.31%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal49462250.780.8000.12241.0174.953.14
Hex312EE14E500Cf14b35
Octal615634111612001436111365
Binary110001101110111000011001110101000001100111100011001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,46,225); }

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

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

 a { background-color: rgb(49,46,225); }

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

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

 span { border-color: rgb(49,46,225); }

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