Html Css Color HEX #311BDD Han Purple

📋 copy color: '#311BDD'

red 49 ◦ green 27 ◦ blue 221

#311BDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #311BDD

Tints of Han Purple #311BDD

RGB

 RED value IS 49 (19.53% from 255) = 16.5%

 GREEN value IS 27 (10.94% from 255) = 9.09%

 BLUE value IS 221 (86.72% from 255) = 74.41%

R = 16.5%
G = 9.09%
B = 74.41%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#311BDD (or 0x311BDD) is known color: 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

RGB 49 27 221 -
CMYK 0.78 0.88 0 0.13
HSL 246.8º 0.78% 0.49% -
HSV(B) 246.8º 0.88% 0.87% -
XYZ 14.71 6.66 68.92 -
YUV 55.69 221.29 123.23 -
System Red Green Blue C M Y K H S L
Decimal 49 27 221 0.78 0.88 0 0.13 246.8 0.78 0.49
Hex 31 1B DD 4E 58 0 D F7 4E 31
Octal 61 33 335 116 130 0 15 367 116 61
Binary 110001 11011 11011101 1001110 1011000 0 1101 11110111 1001110 110001

Color Harmonies of #311BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311BDD

Black with #311BDD

Text Example


Text Example

White with #311BDD

Text Example


Text Example

HTML Codes & Css Web 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>