#331fab

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

Shades of Persian Blue #331FAB

Tints of Persian Blue #331FAB

Color information

#331FAB (or 0x331FAB) is unknown color: approx Persian Blue. HEX triplet: 33, 1F and AB. RGB value is (51,31,171). Sum of RGB (Red+Green+Blue) = 51+31+171=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 31 (12.5% from 255 or 12.25% from 253); Blue value is 171 (67.19% from 255 or 67.59% from 253); Max value from RGB is 171 - color contains mainly: blue. Hex color #331FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331FAB is #CCE054. Grayscale: #343434. Windows color (decimal): -13426773 or 11214643. OLE color: 11214643.

HSL color Cylindrical-coordinate representation of color #331FAB: hue angle of 248.57º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #331FAB is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5131171-
CMYK0.700.8200.33
HSL248.57º69.31%39.61%-
HSV(B)248.57º81.87%67.06%-
XYZ9.214.6238.94-
YUV52.94194.63126.62-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.16%
GREEN value IS 31 (12.5% from 255) = 12.25%
BLUE value IS 171 (67.19% from 255) = 67.59%
R=20.16%
G=12.25%
B=67.59%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51311710.700.8200.33248.5769.3139.61
Hex331FAB4652021f94528
Octal633725310612204137110550
Binary1100111111110101011100011010100100100001111110011000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331fab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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