#313AC1

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

Shades of Persian Blue #313AC1

Tints of Persian Blue #313AC1

Color information

#313AC1 (or 0x313AC1) is unknown color: approx Persian Blue. HEX triplet: 31, 3A and C1. RGB value is (49,58,193). Sum of RGB (Red+Green+Blue) = 49+58+193=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 193 (75.78% from 255 or 64.33% from 300); Max value from RGB is 193 - color contains mainly: blue. Hex color #313AC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313AC1 is #CEC53E. Grayscale: #464646. Windows color (decimal): -13550911 or 12663345. OLE color: 12663345.

HSL color Cylindrical-coordinate representation of color #313AC1: hue angle of 236.25º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #313AC1 is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4958193-
CMYK0.750.7000.24
HSL236.25º59.5%47.45%-
HSV(B)236.25º74.61%75.69%-
XYZ12.417.5351.25-
YUV70.7197.02112.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.33%
GREEN value IS 58 (23.05% from 255) = 19.33%
BLUE value IS 193 (75.78% from 255) = 64.33%
R=16.33%
G=19.33%
B=64.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal49581930.750.7000.24236.2559.547.45
Hex313AC14B46018ec3c2f
Octal61723011131060303547457
Binary110001111010110000011001011100011001100011101100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313AC1; }

 p { color: rgb(49,58,193); }

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

<style>
 a { background-color: #313AC1; }

 a { background-color: rgb(49,58,193); }

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

<style>
 span { border-color: #313AC1; }

 span { border-color: rgb(49,58,193); }

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