#3129AB

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

Shades of Persian Blue #3129AB

Tints of Persian Blue #3129AB

Color information

#3129AB (or 0x3129AB) is unknown color: approx Persian Blue. HEX triplet: 31, 29 and AB. RGB value is (49,41,171). Sum of RGB (Red+Green+Blue) = 49+41+171=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 171 (67.19% from 255 or 65.52% from 261); Max value from RGB is 171 - color contains mainly: blue. Hex color #3129AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3129AB is #CED654. Grayscale: #393939. Windows color (decimal): -13555285 or 11217201. OLE color: 11217201.

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

Color convert

RGB4941171-
CMYK0.710.7600.33
HSL243.69º61.32%41.57%-
HSV(B)243.69º76.02%67.06%-
XYZ9.415.1839.03-
YUV58.21191.65121.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.77%
GREEN value IS 41 (16.41% from 255) = 15.71%
BLUE value IS 171 (67.19% from 255) = 65.52%
R=18.77%
G=15.71%
B=65.52%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal49411710.710.7600.33243.6961.3241.57
Hex3129AB474C021f43d2a
Octal61512531071140413647552
Binary1100011010011010101110001111001100010000111110100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3129AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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