#3125a6

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

Shades of Persian Blue #3125A6

Tints of Persian Blue #3125A6

Color information

#3125A6 (or 0x3125A6) is unknown color: approx Persian Blue. HEX triplet: 31, 25 and A6. RGB value is (49,37,166). Sum of RGB (Red+Green+Blue) = 49+37+166=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 166 (65.23% from 255 or 65.87% from 252); Max value from RGB is 166 - color contains mainly: blue. Hex color #3125A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3125A6 is #CEDA59. Grayscale: #363636. Windows color (decimal): -13556314 or 10888497. OLE color: 10888497.

HSL color Cylindrical-coordinate representation of color #3125A6: hue angle of 245.58º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3125A6 is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4937166-
CMYK0.700.7800.35
HSL245.58º63.55%39.8%-
HSV(B)245.58º77.71%65.1%-
XYZ8.814.7336.52-
YUV55.29190.48123.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.44%
GREEN value IS 37 (14.84% from 255) = 14.68%
BLUE value IS 166 (65.23% from 255) = 65.87%
R=19.44%
G=14.68%
B=65.87%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal49371660.700.7800.35245.5863.5539.8
Hex3125A6464E023f64028
Octal614524610611604336610050
Binary11000110010110100110100011010011100100011111101101000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3125a6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3125a6; }

 p { color: rgb(49,37,166); }

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

<style>
 a { background-color: #3125a6; }

 a { background-color: rgb(49,37,166); }

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

<style>
 span { border-color: #3125a6; }

 span { border-color: rgb(49,37,166); }

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