Html Css Color HEX #311CEB Han Purple

📋 copy color: '#311CEB'

red 49 ◦ green 28 ◦ blue 235

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

Shades of Han Purple #311CEB

Tints of Han Purple #311CEB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.97%

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

R = 15.71%
G = 8.97%
B = 75.32%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#311CEB (or 0x311CEB) is known color: Han Purple. HEX triplet: 31, 1C and EB. RGB value is (49,28,235). Sum of RGB (Red+Green+Blue) = 49+28+235=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 28 (11.33% from 255 or 8.97% from 312); Blue value is 235 (92.19% from 255 or 75.32% from 312); Max value from RGB is 235 - color contains mainly: blue. Hex color #311CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #311CEB is #CEE314. Grayscale: #393939. Windows color (decimal): -13558549 or 15408177. OLE color: 15408177.

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

Color convert

RGB 49 28 235 -
CMYK 0.79 0.88 0 0.08
HSL 246.09º 0.84% 0.52% -
HSV(B) 246.09º 0.88% 0.92% -
XYZ 16.68 7.48 79.16 -
YUV 57.88 227.96 121.67 -
System Red Green Blue C M Y K H S L
Decimal 49 28 235 0.79 0.88 0 0.08 246.09 0.84 0.52
Hex 31 1C EB 4F 58 0 8 F6 54 34
Octal 61 34 353 117 130 0 10 366 124 64
Binary 110001 11100 11101011 1001111 1011000 0 1000 11110110 1010100 110100

Color Harmonies of #311CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311CEB

Black with #311CEB

Text Example


Text Example

White with #311CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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