Html Css Color HEX #311EEC Han Purple

📋 copy color: '#311EEC'

red 49 ◦ green 30 ◦ blue 236

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

Shades of Han Purple #311EEC

Tints of Han Purple #311EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 74.92%

R = 15.56%
G = 9.52%
B = 74.92%

CMYK

 C value IS 0.79

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#311EEC (or 0x311EEC) is known color: Han Purple. HEX triplet: 31, 1E and EC. RGB value is (49,30,236). Sum of RGB (Red+Green+Blue) = 49+30+236=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 236 (92.58% from 255 or 74.92% from 315); Max value from RGB is 236 - color contains mainly: blue. Hex color #311EEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #311EEC is #CEE113. Grayscale: #3A3A3A. Windows color (decimal): -13558036 or 15474225. OLE color: 15474225.

HSL color Cylindrical-coordinate representation of color #311EEC: hue angle of 245.53º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #311EEC is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 49 30 236 -
CMYK 0.79 0.87 0 0.07
HSL 245.53º 0.84% 0.52% -
HSV(B) 245.53º 0.87% 0.93% -
XYZ 16.87 7.64 79.94 -
YUV 59.17 227.79 120.75 -
System Red Green Blue C M Y K H S L
Decimal 49 30 236 0.79 0.87 0 0.07 245.53 0.84 0.52
Hex 31 1E EC 4F 57 0 7 F6 54 34
Octal 61 36 354 117 127 0 7 366 124 64
Binary 110001 11110 11101100 1001111 1010111 0 111 11110110 1010100 110100

Color Harmonies of #311EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311EEC

Black with #311EEC

Text Example


Text Example

White with #311EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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