Html Css Color HEX #331FDE Han Purple

📋 copy color: '#331FDE'

red 51 ◦ green 31 ◦ blue 222

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

Shades of Han Purple #331FDE

Tints of Han Purple #331FDE

RGB

 RED value IS 51 (20.31% from 255) = 16.78%

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

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

R = 16.78%
G = 10.2%
B = 73.03%

CMYK

 C value IS 0.77

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#331FDE (or 0x331FDE) is known color: Han Purple. HEX triplet: 33, 1F and DE. RGB value is (51,31,222). Sum of RGB (Red+Green+Blue) = 51+31+222=304 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.78% from 304); Green value is 31 (12.5% from 255 or 10.20% from 304); Blue value is 222 (87.11% from 255 or 73.03% from 304); Max value from RGB is 222 - color contains mainly: blue. Hex color #331FDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331FDE is #CCE021. Grayscale: #3A3A3A. Windows color (decimal): -13426722 or 14556979. OLE color: 14556979.

HSL color Cylindrical-coordinate representation of color #331FDE: hue angle of 246.28º 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 #331FDE is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 31 222 -
CMYK 0.77 0.86 0 0.13
HSL 246.28º 0.75% 0.5% -
HSV(B) 246.28º 0.86% 0.87% -
XYZ 15.04 6.96 69.66 -
YUV 58.75 220.13 122.47 -
System Red Green Blue C M Y K H S L
Decimal 51 31 222 0.77 0.86 0 0.13 246.28 0.75 0.5
Hex 33 1F DE 4D 56 0 D F6 4B 32
Octal 63 37 336 115 126 0 15 366 113 62
Binary 110011 11111 11011110 1001101 1010110 0 1101 11110110 1001011 110010

Color Harmonies of #331FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331FDE

Black with #331FDE

Text Example


Text Example

White with #331FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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