Html Css Color HEX #331FEC Han Purple

📋 copy color: '#331FEC'

red 51 ◦ green 31 ◦ blue 236

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

Shades of Han Purple #331FEC

Tints of Han Purple #331FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 74.21%

R = 16.04%
G = 9.75%
B = 74.21%

CMYK

 C value IS 0.78

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#331FEC (or 0x331FEC) is known color: Han Purple. HEX triplet: 33, 1F and EC. RGB value is (51,31,236). Sum of RGB (Red+Green+Blue) = 51+31+236=318 (42% of max value = 765). Red value is 51 (20.31% from 255 or 16.04% from 318); Green value is 31 (12.5% from 255 or 9.75% from 318); Blue value is 236 (92.58% from 255 or 74.21% from 318); Max value from RGB is 236 - color contains mainly: blue. Hex color #331FEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #331FEC is #CCE013. Grayscale: #3B3B3B. Windows color (decimal): -13426708 or 15474483. OLE color: 15474483.

HSL color Cylindrical-coordinate representation of color #331FEC: hue angle of 245.85º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #331FEC is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 51 31 236 -
CMYK 0.78 0.87 0 0.07
HSL 245.85º 0.84% 0.52% -
HSV(B) 245.85º 0.87% 0.93% -
XYZ 17 7.74 79.96 -
YUV 60.35 227.13 121.33 -
System Red Green Blue C M Y K H S L
Decimal 51 31 236 0.78 0.87 0 0.07 245.85 0.84 0.52
Hex 33 1F EC 4E 57 0 7 F6 54 34
Octal 63 37 354 116 127 0 7 366 124 64
Binary 110011 11111 11101100 1001110 1010111 0 111 11110110 1010100 110100

Color Harmonies of #331FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331FEC

Black with #331FEC

Text Example


Text Example

White with #331FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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