#3139AF

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

Shades of Persian Blue #3139AF

Tints of Persian Blue #3139AF

Color information

#3139AF (or 0x3139AF) is unknown color: approx Persian Blue. HEX triplet: 31, 39 and AF. RGB value is (49,57,175). Sum of RGB (Red+Green+Blue) = 49+57+175=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 175 (68.75% from 255 or 62.28% from 281); Max value from RGB is 175 - color contains mainly: blue. Hex color #3139AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3139AF is #CEC650. Grayscale: #434343. Windows color (decimal): -13551185 or 11483441. OLE color: 11483441.

HSL color Cylindrical-coordinate representation of color #3139AF: hue angle of 236.19º 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 #3139AF is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4957175-
CMYK0.720.6700.31
HSL236.19º56.25%43.92%-
HSV(B)236.19º72%68.63%-
XYZ10.476.6741.29-
YUV68.06188.35114.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.44%
GREEN value IS 57 (22.66% from 255) = 20.28%
BLUE value IS 175 (68.75% from 255) = 62.28%
R=17.44%
G=20.28%
B=62.28%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal49571750.720.6700.31236.1956.2543.92
Hex3139AF484301Fec382c
Octal61712571101030373547054
Binary110001111001101011111001000100001101111111101100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3139AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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