#3129B3

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

Shades of Persian Blue #3129B3

Tints of Persian Blue #3129B3

Color information

#3129B3 (or 0x3129B3) is unknown color: approx Persian Blue. HEX triplet: 31, 29 and B3. RGB value is (49,41,179). Sum of RGB (Red+Green+Blue) = 49+41+179=269 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.22% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 179 (70.31% from 255 or 66.54% from 269); Max value from RGB is 179 - color contains mainly: blue. Hex color #3129B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3129B3 is #CED64C. Grayscale: #3A3A3A. Windows color (decimal): -13555277 or 11741489. OLE color: 11741489.

HSL color Cylindrical-coordinate representation of color #3129B3: hue angle of 243.48º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3129B3 is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB4941179-
CMYK0.730.7700.30
HSL243.48º62.73%43.14%-
HSV(B)243.48º77.09%70.2%-
XYZ10.25.4943.17-
YUV59.12195.65120.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.22%
GREEN value IS 41 (16.41% from 255) = 15.24%
BLUE value IS 179 (70.31% from 255) = 66.54%
R=18.22%
G=15.24%
B=66.54%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal49411790.730.7700.30243.4862.7343.14
Hex3129B3494D01Ef33f2b
Octal61512631111150363637753
Binary110001101001101100111001001100110101111011110011111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3129B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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