Html Css Color HEX #311EEB Han Purple

📋 copy color: '#311EEB'

red 49 ◦ green 30 ◦ blue 235

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

Shades of Han Purple #311EEB

Tints of Han Purple #311EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 74.84%

R = 15.61%
G = 9.55%
B = 74.84%

CMYK

 C value IS 0.79

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#311EEB (or 0x311EEB) is known color: Han Purple. HEX triplet: 31, 1E and EB. RGB value is (49,30,235). Sum of RGB (Red+Green+Blue) = 49+30+235=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 30 (12.11% from 255 or 9.55% from 314); Blue value is 235 (92.19% from 255 or 74.84% from 314); Max value from RGB is 235 - color contains mainly: blue. Hex color #311EEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #311EEB is #CEE114. Grayscale: #3A3A3A. Windows color (decimal): -13558037 or 15408689. OLE color: 15408689.

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

Color convert

RGB 49 30 235 -
CMYK 0.79 0.87 0 0.08
HSL 245.56º 0.84% 0.52% -
HSV(B) 245.56º 0.87% 0.92% -
XYZ 16.73 7.58 79.18 -
YUV 59.05 227.29 120.83 -
System Red Green Blue C M Y K H S L
Decimal 49 30 235 0.79 0.87 0 0.08 245.56 0.84 0.52
Hex 31 1E EB 4F 57 0 8 F6 54 34
Octal 61 36 353 117 127 0 10 366 124 64
Binary 110001 11110 11101011 1001111 1010111 0 1000 11110110 1010100 110100

Color Harmonies of #311EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311EEB

Black with #311EEB

Text Example


Text Example

White with #311EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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