#3127AA

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

Shades of Persian Blue #3127AA

Tints of Persian Blue #3127AA

Color information

#3127AA (or 0x3127AA) is unknown color: approx Persian Blue. HEX triplet: 31, 27 and AA. RGB value is (49,39,170). Sum of RGB (Red+Green+Blue) = 49+39+170=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 170 (66.80% from 255 or 65.89% from 258); Max value from RGB is 170 - color contains mainly: blue. Hex color #3127AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3127AA is #CED855. Grayscale: #383838. Windows color (decimal): -13555798 or 11151153. OLE color: 11151153.

HSL color Cylindrical-coordinate representation of color #3127AA: hue angle of 244.58º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3127AA is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4939170-
CMYK0.710.7700.33
HSL244.58º62.68%40.98%-
HSV(B)244.58º77.06%66.67%-
XYZ9.255.0138.51-
YUV56.92191.81122.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.99%
GREEN value IS 39 (15.62% from 255) = 15.12%
BLUE value IS 170 (66.80% from 255) = 65.89%
R=18.99%
G=15.12%
B=65.89%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal49391700.710.7700.33244.5862.6840.98
Hex3127AA474D021f53f29
Octal61472521071150413657751
Binary1100011001111010101010001111001101010000111110101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3127AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3127AA; }

 p { color: rgb(49,39,170); }

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

<style>
 a { background-color: #3127AA; }

 a { background-color: rgb(49,39,170); }

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

<style>
 span { border-color: #3127AA; }

 span { border-color: rgb(49,39,170); }

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