Html Css Color HEX #331FED Han Purple

📋 copy color: '#331FED'

red 51 ◦ green 31 ◦ blue 237

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

Shades of Han Purple #331FED

Tints of Han Purple #331FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 74.29%

R = 15.99%
G = 9.72%
B = 74.29%

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

#331FED (or 0x331FED) is known color: Han Purple. HEX triplet: 33, 1F and ED. RGB value is (51,31,237). Sum of RGB (Red+Green+Blue) = 51+31+237=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 31 (12.5% from 255 or 9.72% from 319); Blue value is 237 (92.97% from 255 or 74.29% from 319); Max value from RGB is 237 - color contains mainly: blue. Hex color #331FED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #331FED is #CCE012. Grayscale: #3B3B3B. Windows color (decimal): -13426707 or 15540019. OLE color: 15540019.

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

Color convert

RGB 51 31 237 -
CMYK 0.78 0.87 0 0.07
HSL 245.83º 0.85% 0.53% -
HSV(B) 245.83º 0.87% 0.93% -
XYZ 17.14 7.8 80.72 -
YUV 60.46 227.63 121.25 -
System Red Green Blue C M Y K H S L
Decimal 51 31 237 0.78 0.87 0 0.07 245.83 0.85 0.53
Hex 33 1F ED 4E 57 0 7 F6 55 35
Octal 63 37 355 116 127 0 7 366 125 65
Binary 110011 11111 11101101 1001110 1010111 0 111 11110110 1010101 110101

Color Harmonies of #331FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331FED

Black with #331FED

Text Example


Text Example

White with #331FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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