Html Css Color HEX #331FE3 Han Purple

📋 copy color: '#331FE3'

red 51 ◦ green 31 ◦ blue 227

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

Shades of Han Purple #331FE3

Tints of Han Purple #331FE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 73.46%

R = 16.5%
G = 10.03%
B = 73.46%

CMYK

 C value IS 0.78

 M value IS 0.86

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#331FE3 (or 0x331FE3) is known color: Han Purple. HEX triplet: 33, 1F and E3. RGB value is (51,31,227). Sum of RGB (Red+Green+Blue) = 51+31+227=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 31 (12.5% from 255 or 10.03% from 309); Blue value is 227 (89.06% from 255 or 73.46% from 309); Max value from RGB is 227 - color contains mainly: blue. Hex color #331FE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331FE3 is #CCE01C. Grayscale: #3A3A3A. Windows color (decimal): -13426717 or 14884659. OLE color: 14884659.

HSL color Cylindrical-coordinate representation of color #331FE3: hue angle of 246.12º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #331FE3 is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 51 31 227 -
CMYK 0.78 0.86 0 0.11
HSL 246.12º 0.78% 0.51% -
HSV(B) 246.12º 0.86% 0.89% -
XYZ 15.72 7.23 73.24 -
YUV 59.32 222.63 122.06 -
System Red Green Blue C M Y K H S L
Decimal 51 31 227 0.78 0.86 0 0.11 246.12 0.78 0.51
Hex 33 1F E3 4E 56 0 B F6 4E 33
Octal 63 37 343 116 126 0 13 366 116 63
Binary 110011 11111 11100011 1001110 1010110 0 1011 11110110 1001110 110011

Color Harmonies of #331FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331FE3

Black with #331FE3

Text Example


Text Example

White with #331FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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