#3124ba

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

Shades of Persian Blue #3124BA

Tints of Persian Blue #3124BA

Color information

#3124BA (or 0x3124BA) is unknown color: approx Persian Blue. HEX triplet: 31, 24 and BA. RGB value is (49,36,186). Sum of RGB (Red+Green+Blue) = 49+36+186=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 186 (73.05% from 255 or 68.63% from 271); Max value from RGB is 186 - color contains mainly: blue. Hex color #3124BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3124BA is #CEDB45. Grayscale: #383838. Windows color (decimal): -13556550 or 12198961. OLE color: 12198961.

HSL color Cylindrical-coordinate representation of color #3124BA: hue angle of 245.2º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3124BA is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4936186-
CMYK0.740.8100.27
HSL245.2º67.57%43.53%-
HSV(B)245.2º80.65%72.94%-
XYZ10.765.4646.94-
YUV56.99200.81122.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.08%
GREEN value IS 36 (14.45% from 255) = 13.28%
BLUE value IS 186 (73.05% from 255) = 68.63%
R=18.08%
G=13.28%
B=68.63%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal49361860.740.8100.27245.267.5743.53
Hex3124BA4A5101Bf5442c
Octal614427211212103336510454
Binary1100011001001011101010010101010001011011111101011000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3124ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3124ba; }

 p { color: rgb(49,36,186); }

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

<style>
 a { background-color: #3124ba; }

 a { background-color: rgb(49,36,186); }

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

<style>
 span { border-color: #3124ba; }

 span { border-color: rgb(49,36,186); }

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