#331ABF

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

Shades of Persian Blue #331ABF

Tints of Persian Blue #331ABF

Color information

#331ABF (or 0x331ABF) is unknown color: approx Persian Blue. HEX triplet: 33, 1A and BF. RGB value is (51,26,191). Sum of RGB (Red+Green+Blue) = 51+26+191=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 26 (10.55% from 255 or 9.70% from 268); Blue value is 191 (75% from 255 or 71.27% from 268); Max value from RGB is 191 - color contains mainly: blue. Hex color #331ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331ABF is #CCE540. Grayscale: #333333. Windows color (decimal): -13428033 or 12524083. OLE color: 12524083.

HSL color Cylindrical-coordinate representation of color #331ABF: hue angle of 249.09º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #331ABF is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5126191-
CMYK0.730.8600.25
HSL249.09º76.04%42.55%-
HSV(B)249.09º86.39%74.9%-
XYZ11.145.249.71-
YUV52.28206.28127.08-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.03%
GREEN value IS 26 (10.55% from 255) = 9.70%
BLUE value IS 191 (75% from 255) = 71.27%
R=19.03%
G=9.70%
B=71.27%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal51261910.730.8600.25249.0976.0442.55
Hex331ABF4956019f94c2b
Octal633227711112603137111453
Binary110011110101011111110010011010110011001111110011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,26,191); }

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

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

 a { background-color: rgb(51,26,191); }

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

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

 span { border-color: rgb(51,26,191); }

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