#3139AD

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

Shades of Persian Blue #3139AD

Tints of Persian Blue #3139AD

Color information

#3139AD (or 0x3139AD) is unknown color: approx Persian Blue. HEX triplet: 31, 39 and AD. RGB value is (49,57,173). Sum of RGB (Red+Green+Blue) = 49+57+173=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 173 (67.97% from 255 or 62.01% from 279); Max value from RGB is 173 - color contains mainly: blue. Hex color #3139AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3139AD is #CEC652. Grayscale: #434343. Windows color (decimal): -13551187 or 11352369. OLE color: 11352369.

HSL color Cylindrical-coordinate representation of color #3139AD: hue angle of 236.13º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3139AD is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4957173-
CMYK0.720.6700.32
HSL236.13º55.86%43.53%-
HSV(B)236.13º71.68%67.84%-
XYZ10.276.640.27-
YUV67.83187.35114.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.56%
GREEN value IS 57 (22.66% from 255) = 20.43%
BLUE value IS 173 (67.97% from 255) = 62.01%
R=17.56%
G=20.43%
B=62.01%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal49571730.720.6700.32236.1355.8643.53
Hex3139AD4843020ec382c
Octal61712551101030403547054
Binary1100011110011010110110010001000011010000011101100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3139AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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