Html Css Color HEX #311FDE Han Purple

📋 copy color: '#311FDE'

red 49 ◦ green 31 ◦ blue 222

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

Shades of Han Purple #311FDE

Tints of Han Purple #311FDE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.26%

 BLUE value IS 222 (87.11% from 255) = 73.51%

R = 16.23%
G = 10.26%
B = 73.51%

CMYK

 C value IS 0.78

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#311FDE (or 0x311FDE) is known color: Han Purple. HEX triplet: 31, 1F and DE. RGB value is (49,31,222). Sum of RGB (Red+Green+Blue) = 49+31+222=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 31 (12.5% from 255 or 10.26% from 302); Blue value is 222 (87.11% from 255 or 73.51% from 302); Max value from RGB is 222 - color contains mainly: blue. Hex color #311FDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311FDE is #CEE021. Grayscale: #393939. Windows color (decimal): -13557794 or 14556977. OLE color: 14556977.

HSL color Cylindrical-coordinate representation of color #311FDE: hue angle of 245.65º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #311FDE is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 31 222 -
CMYK 0.78 0.86 0 0.13
HSL 245.65º 0.75% 0.5% -
HSV(B) 245.65º 0.86% 0.87% -
XYZ 14.94 6.91 69.65 -
YUV 58.16 220.46 121.47 -
System Red Green Blue C M Y K H S L
Decimal 49 31 222 0.78 0.86 0 0.13 245.65 0.75 0.5
Hex 31 1F DE 4E 56 0 D F6 4B 32
Octal 61 37 336 116 126 0 15 366 113 62
Binary 110001 11111 11011110 1001110 1010110 0 1101 11110110 1001011 110010

Color Harmonies of #311FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311FDE

Black with #311FDE

Text Example


Text Example

White with #311FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,31,222); }

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

background-color css

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

 a { background-color: rgb(49,31,222); }

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

border-color css

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

 span { border-color: rgb(49,31,222); }

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