Html Css Color HEX #311EF1 Han Purple

📋 copy color: '#311EF1'

red 49 ◦ green 30 ◦ blue 241

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

Shades of Han Purple #311EF1

Tints of Han Purple #311EF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 75.31%

R = 15.31%
G = 9.38%
B = 75.31%

CMYK

 C value IS 0.80

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#311EF1 (or 0x311EF1) is known color: Han Purple. HEX triplet: 31, 1E and F1. RGB value is (49,30,241). Sum of RGB (Red+Green+Blue) = 49+30+241=320 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.31% from 320); Green value is 30 (12.11% from 255 or 9.38% from 320); Blue value is 241 (94.53% from 255 or 75.31% from 320); Max value from RGB is 241 - color contains mainly: blue. Hex color #311EF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #311EF1 is #CEE10E. Grayscale: #3A3A3A. Windows color (decimal): -13558031 or 15801905. OLE color: 15801905.

HSL color Cylindrical-coordinate representation of color #311EF1: hue angle of 245.4º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #311EF1 is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 49 30 241 -
CMYK 0.80 0.88 0 0.05
HSL 245.4º 0.88% 0.53% -
HSV(B) 245.4º 0.88% 0.95% -
XYZ 17.61 7.93 83.82 -
YUV 59.74 230.29 120.34 -
System Red Green Blue C M Y K H S L
Decimal 49 30 241 0.80 0.88 0 0.05 245.4 0.88 0.53
Hex 31 1E F1 50 58 0 5 F5 58 35
Octal 61 36 361 120 130 0 5 365 130 65
Binary 110001 11110 11110001 1010000 1011000 0 101 11110101 1011000 110101

Color Harmonies of #311EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311EF1

Black with #311EF1

Text Example


Text Example

White with #311EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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