#312EAD

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

Shades of Persian Blue #312EAD

Tints of Persian Blue #312EAD

Color information

#312EAD (or 0x312EAD) is unknown color: approx Persian Blue. HEX triplet: 31, 2E and AD. RGB value is (49,46,173). Sum of RGB (Red+Green+Blue) = 49+46+173=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 46 (18.36% from 255 or 17.16% from 268); Blue value is 173 (67.97% from 255 or 64.55% from 268); Max value from RGB is 173 - color contains mainly: blue. Hex color #312EAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312EAD is #CED152. Grayscale: #3C3C3C. Windows color (decimal): -13554003 or 11349553. OLE color: 11349553.

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

Color convert

RGB4946173-
CMYK0.720.7300.32
HSL241.42º57.99%42.94%-
HSV(B)241.42º73.41%67.84%-
XYZ9.795.6240.1-
YUV61.38190.99119.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.28%
GREEN value IS 46 (18.36% from 255) = 17.16%
BLUE value IS 173 (67.97% from 255) = 64.55%
R=18.28%
G=17.16%
B=64.55%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal49461730.720.7300.32241.4257.9942.94
Hex312EAD4849020f13a2b
Octal61562551101110403617253
Binary1100011011101010110110010001001001010000011110001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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