Html Css Color HEX #311FE9 Han Purple

📋 copy color: '#311FE9'

red 49 ◦ green 31 ◦ blue 233

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

Shades of Han Purple #311FE9

Tints of Han Purple #311FE9

RGB

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

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

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

R = 15.65%
G = 9.9%
B = 74.44%

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

#311FE9 (or 0x311FE9) is known color: Han Purple. HEX triplet: 31, 1F and E9. RGB value is (49,31,233). Sum of RGB (Red+Green+Blue) = 49+31+233=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 31 (12.5% from 255 or 9.90% from 313); Blue value is 233 (91.41% from 255 or 74.44% from 313); Max value from RGB is 233 - color contains mainly: blue. Hex color #311FE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #311FE9 is #CEE016. Grayscale: #3A3A3A. Windows color (decimal): -13557783 or 15277873. OLE color: 15277873.

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

Color convert

RGB 49 31 233 -
CMYK 0.79 0.87 0 0.09
HSL 245.35º 0.82% 0.52% -
HSV(B) 245.35º 0.87% 0.91% -
XYZ 16.46 7.52 77.67 -
YUV 59.41 225.96 120.57 -
System Red Green Blue C M Y K H S L
Decimal 49 31 233 0.79 0.87 0 0.09 245.35 0.82 0.52
Hex 31 1F E9 4F 57 0 9 F5 52 34
Octal 61 37 351 117 127 0 11 365 122 64
Binary 110001 11111 11101001 1001111 1010111 0 1001 11110101 1010010 110100

Color Harmonies of #311FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311FE9

Black with #311FE9

Text Example


Text Example

White with #311FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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