Html Css Color HEX #311FE8 Han Purple

📋 copy color: '#311FE8'

red 49 ◦ green 31 ◦ blue 232

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

Shades of Han Purple #311FE8

Tints of Han Purple #311FE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 74.36%

R = 15.71%
G = 9.94%
B = 74.36%

CMYK

 C value IS 0.79

 M value IS 0.87

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#311FE8 (or 0x311FE8) is known color: Han Purple. HEX triplet: 31, 1F and E8. RGB value is (49,31,232). Sum of RGB (Red+Green+Blue) = 49+31+232=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 31 (12.5% from 255 or 9.94% from 312); Blue value is 232 (91.02% from 255 or 74.36% from 312); Max value from RGB is 232 - color contains mainly: blue. Hex color #311FE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #311FE8 is #CEE017. Grayscale: #3A3A3A. Windows color (decimal): -13557784 or 15212337. OLE color: 15212337.

HSL color Cylindrical-coordinate representation of color #311FE8: hue angle of 245.37º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #311FE8 is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 49 31 232 -
CMYK 0.79 0.87 0 0.09
HSL 245.37º 0.81% 0.52% -
HSV(B) 245.37º 0.87% 0.91% -
XYZ 16.32 7.46 76.92 -
YUV 59.3 225.46 120.66 -
System Red Green Blue C M Y K H S L
Decimal 49 31 232 0.79 0.87 0 0.09 245.37 0.81 0.52
Hex 31 1F E8 4F 57 0 9 F5 51 34
Octal 61 37 350 117 127 0 11 365 121 64
Binary 110001 11111 11101000 1001111 1010111 0 1001 11110101 1010001 110100

Color Harmonies of #311FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311FE8

Black with #311FE8

Text Example


Text Example

White with #311FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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