#311ABF

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

Shades of Persian Blue #311ABF

Tints of Persian Blue #311ABF

Color information

#311ABF (or 0x311ABF) is unknown color: approx Persian Blue. HEX triplet: 31, 1A and BF. RGB value is (49,26,191). Sum of RGB (Red+Green+Blue) = 49+26+191=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 191 (75% from 255 or 71.80% from 266); Max value from RGB is 191 - color contains mainly: blue. Hex color #311ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311ABF is #CEE540. Grayscale: #333333. Windows color (decimal): -13559105 or 12524081. OLE color: 12524081.

HSL color Cylindrical-coordinate representation of color #311ABF: hue angle of 248.36º 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 #311ABF is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4926191-
CMYK0.740.8600.25
HSL248.36º76.04%42.55%-
HSV(B)248.36º86.39%74.9%-
XYZ11.045.1549.7-
YUV51.69206.62126.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.42%
GREEN value IS 26 (10.55% from 255) = 9.77%
BLUE value IS 191 (75% from 255) = 71.80%
R=18.42%
G=9.77%
B=71.80%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal49261910.740.8600.25248.3676.0442.55
Hex311ABF4A56019f84c2b
Octal613227711212603137011453
Binary110001110101011111110010101010110011001111110001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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