Html Css Color HEX #311BD5 Han Purple

📋 copy color: '#311BD5'

red 49 ◦ green 27 ◦ blue 213

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

Shades of Han Purple #311BD5

Tints of Han Purple #311BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 73.7%

R = 16.96%
G = 9.34%
B = 73.7%

CMYK

 C value IS 0.77

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#311BD5 (or 0x311BD5) is known color: Han Purple. HEX triplet: 31, 1B and D5. RGB value is (49,27,213). Sum of RGB (Red+Green+Blue) = 49+27+213=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 27 (10.94% from 255 or 9.34% from 289); Blue value is 213 (83.59% from 255 or 73.70% from 289); Max value from RGB is 213 - color contains mainly: blue. Hex color #311BD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311BD5 is #CEE42A. Grayscale: #363636. Windows color (decimal): -13558827 or 13966129. OLE color: 13966129.

HSL color Cylindrical-coordinate representation of color #311BD5: hue angle of 247.1º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #311BD5 is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 49 27 213 -
CMYK 0.77 0.87 0 0.16
HSL 247.1º 0.78% 0.47% -
HSV(B) 247.1º 0.87% 0.84% -
XYZ 13.67 6.24 63.43 -
YUV 54.78 217.29 123.88 -
System Red Green Blue C M Y K H S L
Decimal 49 27 213 0.77 0.87 0 0.16 247.1 0.78 0.47
Hex 31 1B D5 4D 57 0 10 F7 4E 2F
Octal 61 33 325 115 127 0 20 367 116 57
Binary 110001 11011 11010101 1001101 1010111 0 10000 11110111 1001110 101111

Color Harmonies of #311BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311BD5

Black with #311BD5

Text Example


Text Example

White with #311BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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