#331fb1

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

Shades of Persian Blue #331FB1

Tints of Persian Blue #331FB1

Color information

#331FB1 (or 0x331FB1) is unknown color: approx Persian Blue. HEX triplet: 33, 1F and B1. RGB value is (51,31,177). Sum of RGB (Red+Green+Blue) = 51+31+177=259 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.69% from 259); Green value is 31 (12.5% from 255 or 11.97% from 259); Blue value is 177 (69.53% from 255 or 68.34% from 259); Max value from RGB is 177 - color contains mainly: blue. Hex color #331FB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331FB1 is #CCE04E. Grayscale: #353535. Windows color (decimal): -13426767 or 11607859. OLE color: 11607859.

HSL color Cylindrical-coordinate representation of color #331FB1: hue angle of 248.22º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #331FB1 is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5131177-
CMYK0.710.8200.31
HSL248.22º70.19%40.78%-
HSV(B)248.22º82.49%69.41%-
XYZ9.794.8642.02-
YUV53.62197.63126.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.69%
GREEN value IS 31 (12.5% from 255) = 11.97%
BLUE value IS 177 (69.53% from 255) = 68.34%
R=19.69%
G=11.97%
B=68.34%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal51311770.710.8200.31248.2270.1940.78
Hex331FB1475201Ff84629
Octal633726110712203737010651
Binary110011111111011000110001111010010011111111110001000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331fb1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331fb1; }

 p { color: rgb(51,31,177); }

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

<style>
 a { background-color: #331fb1; }

 a { background-color: rgb(51,31,177); }

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

<style>
 span { border-color: #331fb1; }

 span { border-color: rgb(51,31,177); }

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