Html Css Color HEX #311EE9 Han Purple

📋 copy color: '#311EE9'

red 49 ◦ green 30 ◦ blue 233

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

Shades of Han Purple #311EE9

Tints of Han Purple #311EE9

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.62%

 BLUE value IS 233 (91.41% from 255) = 74.68%

R = 15.71%
G = 9.62%
B = 74.68%

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

#311EE9 (or 0x311EE9) is known color: Han Purple. HEX triplet: 31, 1E and E9. RGB value is (49,30,233). Sum of RGB (Red+Green+Blue) = 49+30+233=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 30 (12.11% from 255 or 9.62% from 312); Blue value is 233 (91.41% from 255 or 74.68% from 312); Max value from RGB is 233 - color contains mainly: blue. Hex color #311EE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #311EE9 is #CEE116. Grayscale: #3A3A3A. Windows color (decimal): -13558039 or 15277617. OLE color: 15277617.

HSL color Cylindrical-coordinate representation of color #311EE9: hue angle of 245.62º degrees, saturation: 0.82, 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 #311EE9 is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 49 30 233 -
CMYK 0.79 0.87 0 0.09
HSL 245.62º 0.82% 0.52% -
HSV(B) 245.62º 0.87% 0.91% -
XYZ 16.44 7.46 77.67 -
YUV 58.82 226.29 120.99 -
System Red Green Blue C M Y K H S L
Decimal 49 30 233 0.79 0.87 0 0.09 245.62 0.82 0.52
Hex 31 1E E9 4F 57 0 9 F6 52 34
Octal 61 36 351 117 127 0 11 366 122 64
Binary 110001 11110 11101001 1001111 1010111 0 1001 11110110 1010010 110100

Color Harmonies of #311EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311EE9

Black with #311EE9

Text Example


Text Example

White with #311EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,30,233); }

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

background-color css

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

 a { background-color: rgb(49,30,233); }

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

border-color css

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

 span { border-color: rgb(49,30,233); }

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