#3431b1

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

Shades of Persian Blue #3431B1

Tints of Persian Blue #3431B1

Color information

#3431B1 (or 0x3431B1) is unknown color: approx Persian Blue. HEX triplet: 34, 31 and B1. RGB value is (52,49,177). Sum of RGB (Red+Green+Blue) = 52+49+177=278 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.71% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 177 (69.53% from 255 or 63.67% from 278); Max value from RGB is 177 - color contains mainly: blue. Hex color #3431B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3431B1 is #CBCE4E. Grayscale: #3F3F3F. Windows color (decimal): -13356623 or 11612468. OLE color: 11612468.

HSL color Cylindrical-coordinate representation of color #3431B1: hue angle of 241.41º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3431B1 is Cyan = 0.71, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5249177-
CMYK0.710.7200.31
HSL241.41º56.64%44.31%-
HSV(B)241.41º72.32%69.41%-
XYZ10.456.142.22-
YUV64.49191.49119.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.71%
GREEN value IS 49 (19.53% from 255) = 17.63%
BLUE value IS 177 (69.53% from 255) = 63.67%
R=18.71%
G=17.63%
B=63.67%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal52491770.710.7200.31241.4156.6444.31
Hex3431B1474801Ff1392c
Octal64612611071100373617154
Binary110100110001101100011000111100100001111111110001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3431b1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3431b1; }

 p { color: rgb(52,49,177); }

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

<style>
 a { background-color: #3431b1; }

 a { background-color: rgb(52,49,177); }

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

<style>
 span { border-color: #3431b1; }

 span { border-color: rgb(52,49,177); }

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