Html Css Color HEX #311CDE Han Purple

📋 copy color: '#311CDE'

red 49 ◦ green 28 ◦ blue 222

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

Shades of Han Purple #311CDE

Tints of Han Purple #311CDE

RGB

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

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

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

R = 16.39%
G = 9.36%
B = 74.25%

CMYK

 C value IS 0.78

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#311CDE (or 0x311CDE) is known color: Han Purple. HEX triplet: 31, 1C and DE. RGB value is (49,28,222). Sum of RGB (Red+Green+Blue) = 49+28+222=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 28 (11.33% from 255 or 9.36% from 299); Blue value is 222 (87.11% from 255 or 74.25% from 299); Max value from RGB is 222 - color contains mainly: blue. Hex color #311CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311CDE is #CEE321. Grayscale: #373737. Windows color (decimal): -13558562 or 14556209. OLE color: 14556209.

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

Color convert

RGB 49 28 222 -
CMYK 0.78 0.87 0 0.13
HSL 246.49º 0.78% 0.49% -
HSV(B) 246.49º 0.87% 0.87% -
XYZ 14.87 6.76 69.63 -
YUV 56.4 221.46 122.73 -
System Red Green Blue C M Y K H S L
Decimal 49 28 222 0.78 0.87 0 0.13 246.49 0.78 0.49
Hex 31 1C DE 4E 57 0 D F6 4E 31
Octal 61 34 336 116 127 0 15 366 116 61
Binary 110001 11100 11011110 1001110 1010111 0 1101 11110110 1001110 110001

Color Harmonies of #311CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311CDE

Black with #311CDE

Text Example


Text Example

White with #311CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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