#312DBA

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

Shades of Persian Blue #312DBA

Tints of Persian Blue #312DBA

Color information

#312DBA (or 0x312DBA) is unknown color: approx Persian Blue. HEX triplet: 31, 2D and BA. RGB value is (49,45,186). Sum of RGB (Red+Green+Blue) = 49+45+186=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 45 (17.97% from 255 or 16.07% from 280); Blue value is 186 (73.05% from 255 or 66.43% from 280); Max value from RGB is 186 - color contains mainly: blue. Hex color #312DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312DBA is #CED245. Grayscale: #3D3D3D. Windows color (decimal): -13554246 or 12201265. OLE color: 12201265.

HSL color Cylindrical-coordinate representation of color #312DBA: hue angle of 241.7º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #312DBA is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4945186-
CMYK0.740.7600.27
HSL241.7º61.04%45.29%-
HSV(B)241.7º75.81%72.94%-
XYZ11.076.0747.04-
YUV62.27197.83118.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.5%
GREEN value IS 45 (17.97% from 255) = 16.07%
BLUE value IS 186 (73.05% from 255) = 66.43%
R=17.5%
G=16.07%
B=66.43%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal49451860.740.7600.27241.761.0445.29
Hex312DBA4A4C01Bf23d2d
Octal61552721121140333627555
Binary110001101101101110101001010100110001101111110010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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