Html Css Color HEX #311FE6 Han Purple

📋 copy color: '#311FE6'

red 49 ◦ green 31 ◦ blue 230

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

Shades of Han Purple #311FE6

Tints of Han Purple #311FE6

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10%

 BLUE value IS 230 (90.23% from 255) = 74.19%

R = 15.81%
G = 10%
B = 74.19%

CMYK

 C value IS 0.79

 M value IS 0.87

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#311FE6 (or 0x311FE6) is known color: Han Purple. HEX triplet: 31, 1F and E6. RGB value is (49,31,230). Sum of RGB (Red+Green+Blue) = 49+31+230=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 31 (12.5% from 255 or 10% from 310); Blue value is 230 (90.23% from 255 or 74.19% from 310); Max value from RGB is 230 - color contains mainly: blue. Hex color #311FE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #311FE6 is #CEE019. Grayscale: #3A3A3A. Windows color (decimal): -13557786 or 15081265. OLE color: 15081265.

HSL color Cylindrical-coordinate representation of color #311FE6: hue angle of 245.43º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #311FE6 is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 49 31 230 -
CMYK 0.79 0.87 0 0.10
HSL 245.43º 0.8% 0.51% -
HSV(B) 245.43º 0.87% 0.9% -
XYZ 16.04 7.35 75.44 -
YUV 59.07 224.46 120.82 -
System Red Green Blue C M Y K H S L
Decimal 49 31 230 0.79 0.87 0 0.10 245.43 0.8 0.51
Hex 31 1F E6 4F 57 0 A F5 50 33
Octal 61 37 346 117 127 0 12 365 120 63
Binary 110001 11111 11100110 1001111 1010111 0 1010 11110101 1010000 110011

Color Harmonies of #311FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311FE6

Black with #311FE6

Text Example


Text Example

White with #311FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,31,230); }

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

background-color css

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

 a { background-color: rgb(49,31,230); }

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

border-color css

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

 span { border-color: rgb(49,31,230); }

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