#3141AB

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

Shades of Persian Blue #3141AB

Tints of Persian Blue #3141AB

Color information

#3141AB (or 0x3141AB) is unknown color: approx Persian Blue. HEX triplet: 31, 41 and AB. RGB value is (49,65,171). Sum of RGB (Red+Green+Blue) = 49+65+171=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #3141AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3141AB is #CEBE54. Grayscale: #474747. Windows color (decimal): -13549141 or 11223345. OLE color: 11223345.

HSL color Cylindrical-coordinate representation of color #3141AB: hue angle of 232.13º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3141AB is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4965171-
CMYK0.710.6200.33
HSL232.13º55.45%43.14%-
HSV(B)232.13º71.35%67.06%-
XYZ10.517.3739.4-
YUV72.3183.7111.38-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.19%
GREEN value IS 65 (25.78% from 255) = 22.81%
BLUE value IS 171 (67.19% from 255) = 60%
R=17.19%
G=22.81%
B=60%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal49651710.710.6200.33232.1355.4543.14
Hex3141AB473E021e8372b
Octal61101253107760413506753
Binary1100011000001101010111000111111110010000111101000110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3141AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3141AB; }

 p { color: rgb(49,65,171); }

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

<style>
 a { background-color: #3141AB; }

 a { background-color: rgb(49,65,171); }

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

<style>
 span { border-color: #3141AB; }

 span { border-color: rgb(49,65,171); }

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