Html Css Color HEX #311EEF Han Purple

📋 copy color: '#311EEF'

red 49 ◦ green 30 ◦ blue 239

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

Shades of Han Purple #311EEF

Tints of Han Purple #311EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 75.16%

R = 15.41%
G = 9.43%
B = 75.16%

CMYK

 C value IS 0.79

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#311EEF (or 0x311EEF) is known color: Han Purple. HEX triplet: 31, 1E and EF. RGB value is (49,30,239). Sum of RGB (Red+Green+Blue) = 49+30+239=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 30 (12.11% from 255 or 9.43% from 318); Blue value is 239 (93.75% from 255 or 75.16% from 318); Max value from RGB is 239 - color contains mainly: blue. Hex color #311EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #311EEF is #CEE110. Grayscale: #3A3A3A. Windows color (decimal): -13558033 or 15670833. OLE color: 15670833.

HSL color Cylindrical-coordinate representation of color #311EEF: hue angle of 245.45º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #311EEF is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 49 30 239 -
CMYK 0.79 0.87 0 0.06
HSL 245.45º 0.87% 0.53% -
HSV(B) 245.45º 0.87% 0.94% -
XYZ 17.31 7.81 82.26 -
YUV 59.51 229.29 120.51 -
System Red Green Blue C M Y K H S L
Decimal 49 30 239 0.79 0.87 0 0.06 245.45 0.87 0.53
Hex 31 1E EF 4F 57 0 6 F5 57 35
Octal 61 36 357 117 127 0 6 365 127 65
Binary 110001 11110 11101111 1001111 1010111 0 110 11110101 1010111 110101

Color Harmonies of #311EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311EEF

Black with #311EEF

Text Example


Text Example

White with #311EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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