Html Css Color HEX #311BDE Han Purple

📋 copy color: '#311BDE'

red 49 ◦ green 27 ◦ blue 222

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

Shades of Han Purple #311BDE

Tints of Han Purple #311BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 74.5%

R = 16.44%
G = 9.06%
B = 74.5%

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

#311BDE (or 0x311BDE) is known color: Han Purple. HEX triplet: 31, 1B and DE. RGB value is (49,27,222). Sum of RGB (Red+Green+Blue) = 49+27+222=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 27 (10.94% from 255 or 9.06% from 298); Blue value is 222 (87.11% from 255 or 74.50% from 298); Max value from RGB is 222 - color contains mainly: blue. Hex color #311BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311BDE is #CEE421. Grayscale: #373737. Windows color (decimal): -13558818 or 14555953. OLE color: 14555953.

HSL color Cylindrical-coordinate representation of color #311BDE: hue angle of 246.77º 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 #311BDE is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 27 222 -
CMYK 0.78 0.88 0 0.13
HSL 246.77º 0.78% 0.49% -
HSV(B) 246.77º 0.88% 0.87% -
XYZ 14.84 6.71 69.62 -
YUV 55.81 221.79 123.14 -
System Red Green Blue C M Y K H S L
Decimal 49 27 222 0.78 0.88 0 0.13 246.77 0.78 0.49
Hex 31 1B DE 4E 58 0 D F7 4E 31
Octal 61 33 336 116 130 0 15 367 116 61
Binary 110001 11011 11011110 1001110 1011000 0 1101 11110111 1001110 110001

Color Harmonies of #311BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311BDE

Black with #311BDE

Text Example


Text Example

White with #311BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #311BDE;
 }
 .AnyTagClassName
 {
   color: #311BDE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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