#311BDD

Color #311BDD Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #311BDD

Tints of Han Purple #311BDD

Color information

#311BDD (or 0x311BDD) is unknown color: approx Han Purple. HEX triplet: 31, 1B and DD. RGB value is (49,27,221). Sum of RGB (Red+Green+Blue) = 49+27+221=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 27 (10.94% from 255 or 9.09% from 297); Blue value is 221 (86.72% from 255 or 74.41% from 297); Max value from RGB is 221 - color contains mainly: blue. Hex color #311BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311BDD is #CEE422. Grayscale: #363636. Windows color (decimal): -13558819 or 14490417. OLE color: 14490417.

HSL color Cylindrical-coordinate representation of color #311BDD: hue angle of 246.8º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #311BDD is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4927221-
CMYK0.780.8800.13
HSL246.8º78.23%48.63%-
HSV(B)246.8º87.78%86.67%-
XYZ14.716.6668.92-
YUV55.69221.29123.23-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.50%
GREEN value IS 27 (10.94% from 255) = 9.09%
BLUE value IS 221 (86.72% from 255) = 74.41%
R=16.50%
G=9.09%
B=74.41%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal49272210.780.8800.13246.878.2348.63
Hex311BDD4E580Df74e31
Octal613333511613001536711661
Binary11000111011110111011001110101100001101111101111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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