Html Css Color HEX #311EF2 Han Purple

📋 copy color: '#311EF2'

red 49 ◦ green 30 ◦ blue 242

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

Shades of Han Purple #311EF2

Tints of Han Purple #311EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 75.39%

R = 15.26%
G = 9.35%
B = 75.39%

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

#311EF2 (or 0x311EF2) is known color: Han Purple. HEX triplet: 31, 1E and F2. RGB value is (49,30,242). Sum of RGB (Red+Green+Blue) = 49+30+242=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 30 (12.11% from 255 or 9.35% from 321); Blue value is 242 (94.92% from 255 or 75.39% from 321); Max value from RGB is 242 - color contains mainly: blue. Hex color #311EF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #311EF2 is #CEE10D. Grayscale: #3B3B3B. Windows color (decimal): -13558030 or 15867441. OLE color: 15867441.

HSL color Cylindrical-coordinate representation of color #311EF2: hue angle of 245.38º degrees, saturation: 0.89, 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 #311EF2 is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 49 30 242 -
CMYK 0.80 0.88 0 0.05
HSL 245.38º 0.89% 0.53% -
HSV(B) 245.38º 0.88% 0.95% -
XYZ 17.76 7.99 84.61 -
YUV 59.85 230.79 120.26 -
System Red Green Blue C M Y K H S L
Decimal 49 30 242 0.80 0.88 0 0.05 245.38 0.89 0.53
Hex 31 1E F2 50 58 0 5 F5 59 35
Octal 61 36 362 120 130 0 5 365 131 65
Binary 110001 11110 11110010 1010000 1011000 0 101 11110101 1011001 110101

Color Harmonies of #311EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311EF2

Black with #311EF2

Text Example


Text Example

White with #311EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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