#312BC0

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

Shades of Persian Blue #312BC0

Tints of Persian Blue #312BC0

Color information

#312BC0 (or 0x312BC0) is unknown color: approx Persian Blue. HEX triplet: 31, 2B and C0. RGB value is (49,43,192). Sum of RGB (Red+Green+Blue) = 49+43+192=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 43 (17.19% from 255 or 15.14% from 284); Blue value is 192 (75.39% from 255 or 67.61% from 284); Max value from RGB is 192 - color contains mainly: blue. Hex color #312BC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312BC0 is #CED43F. Grayscale: #3D3D3D. Windows color (decimal): -13554752 or 12593969. OLE color: 12593969.

HSL color Cylindrical-coordinate representation of color #312BC0: hue angle of 242.42º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #312BC0 is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4943192-
CMYK0.740.7800.25
HSL242.42º63.4%46.08%-
HSV(B)242.42º77.6%75.29%-
XYZ11.646.1950.45-
YUV61.78201.49118.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.25%
GREEN value IS 43 (17.19% from 255) = 15.14%
BLUE value IS 192 (75.39% from 255) = 67.61%
R=17.25%
G=15.14%
B=67.61%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal49431920.740.7800.25242.4263.446.08
Hex312BC04A4E019f23f2e
Octal61533001121160313627756
Binary110001101011110000001001010100111001100111110010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,43,192); }

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

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

 a { background-color: rgb(49,43,192); }

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

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

 span { border-color: rgb(49,43,192); }

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