#311BBE

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

Shades of Persian Blue #311BBE

Tints of Persian Blue #311BBE

Color information

#311BBE (or 0x311BBE) is unknown color: approx Persian Blue. HEX triplet: 31, 1B and BE. RGB value is (49,27,190). Sum of RGB (Red+Green+Blue) = 49+27+190=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 27 (10.94% from 255 or 10.15% from 266); Blue value is 190 (74.61% from 255 or 71.43% from 266); Max value from RGB is 190 - color contains mainly: blue. Hex color #311BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311BBE is #CEE441. Grayscale: #333333. Windows color (decimal): -13558850 or 12458801. OLE color: 12458801.

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

Color convert

RGB4927190-
CMYK0.740.8600.25
HSL248.1º75.12%42.55%-
HSV(B)248.1º85.79%74.51%-
XYZ10.955.1549.13-
YUV52.16205.79125.75-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.42%
GREEN value IS 27 (10.94% from 255) = 10.15%
BLUE value IS 190 (74.61% from 255) = 71.43%
R=18.42%
G=10.15%
B=71.43%

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
Decimal49271900.740.8600.25248.175.1242.55
Hex311BBE4A56019f84b2b
Octal613327611212603137011353
Binary110001110111011111010010101010110011001111110001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,27,190); }

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

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

 a { background-color: rgb(49,27,190); }

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

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

 span { border-color: rgb(49,27,190); }

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