#3140AF

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

Shades of Persian Blue #3140AF

Tints of Persian Blue #3140AF

Color information

#3140AF (or 0x3140AF) is unknown color: approx Persian Blue. HEX triplet: 31, 40 and AF. RGB value is (49,64,175). Sum of RGB (Red+Green+Blue) = 49+64+175=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 175 (68.75% from 255 or 60.76% from 288); Max value from RGB is 175 - color contains mainly: blue. Hex color #3140AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3140AF is #CEBF50. Grayscale: #474747. Windows color (decimal): -13549393 or 11485233. OLE color: 11485233.

HSL color Cylindrical-coordinate representation of color #3140AF: hue angle of 232.86º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3140AF is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4964175-
CMYK0.720.6300.31
HSL232.86º56.25%43.92%-
HSV(B)232.86º72%68.63%-
XYZ10.847.4141.42-
YUV72.17186.03111.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.01%
GREEN value IS 64 (25.39% from 255) = 22.22%
BLUE value IS 175 (68.75% from 255) = 60.76%
R=17.01%
G=22.22%
B=60.76%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal49641750.720.6300.31232.8656.2543.92
Hex3140AF483F01Fe9382c
Octal61100257110770373517054
Binary110001100000010101111100100011111101111111101001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3140AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3140AF; }

 p { color: rgb(49,64,175); }

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

<style>
 a { background-color: #3140AF; }

 a { background-color: rgb(49,64,175); }

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

<style>
 span { border-color: #3140AF; }

 span { border-color: rgb(49,64,175); }

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