#312CA4

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

Shades of Persian Blue #312CA4

Tints of Persian Blue #312CA4

Color information

#312CA4 (or 0x312CA4) is unknown color: approx Persian Blue. HEX triplet: 31, 2C and A4. RGB value is (49,44,164). Sum of RGB (Red+Green+Blue) = 49+44+164=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 44 (17.58% from 255 or 17.12% from 257); Blue value is 164 (64.45% from 255 or 63.81% from 257); Max value from RGB is 164 - color contains mainly: blue. Hex color #312CA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312CA4 is #CED35B. Grayscale: #3A3A3A. Windows color (decimal): -13554524 or 10759217. OLE color: 10759217.

HSL color Cylindrical-coordinate representation of color #312CA4: hue angle of 242.5º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #312CA4 is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4944164-
CMYK0.700.7300.36
HSL242.5º57.69%40.78%-
HSV(B)242.5º73.17%64.31%-
XYZ8.875.1335.65-
YUV59.18187.16120.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.07%
GREEN value IS 44 (17.58% from 255) = 17.12%
BLUE value IS 164 (64.45% from 255) = 63.81%
R=19.07%
G=17.12%
B=63.81%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal49441640.700.7300.36242.557.6940.78
Hex312CA44649024f23a29
Octal61542441061110443627251
Binary1100011011001010010010001101001001010010011110010111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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