Html Css Color HEX #331DF1 Han Purple

📋 copy color: '#331DF1'

red 51 ◦ green 29 ◦ blue 241

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

Shades of Han Purple #331DF1

Tints of Han Purple #331DF1

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.03%

 BLUE value IS 241 (94.53% from 255) = 75.08%

R = 15.89%
G = 9.03%
B = 75.08%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#331DF1 (or 0x331DF1) is known color: Han Purple. HEX triplet: 33, 1D and F1. RGB value is (51,29,241). Sum of RGB (Red+Green+Blue) = 51+29+241=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 29 (11.72% from 255 or 9.03% from 321); Blue value is 241 (94.53% from 255 or 75.08% from 321); Max value from RGB is 241 - color contains mainly: blue. Hex color #331DF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #331DF1 is #CCE20E. Grayscale: #3A3A3A. Windows color (decimal): -13427215 or 15801651. OLE color: 15801651.

HSL color Cylindrical-coordinate representation of color #331DF1: hue angle of 246.23º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #331DF1 is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 51 29 241 -
CMYK 0.79 0.88 0 0.05
HSL 246.23º 0.88% 0.53% -
HSV(B) 246.23º 0.88% 0.95% -
XYZ 17.68 7.93 83.82 -
YUV 59.75 230.29 121.76 -
System Red Green Blue C M Y K H S L
Decimal 51 29 241 0.79 0.88 0 0.05 246.23 0.88 0.53
Hex 33 1D F1 4F 58 0 5 F6 58 35
Octal 63 35 361 117 130 0 5 366 130 65
Binary 110011 11101 11110001 1001111 1011000 0 101 11110110 1011000 110101

Color Harmonies of #331DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331DF1

Black with #331DF1

Text Example


Text Example

White with #331DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,29,241); }

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

background-color css

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

 a { background-color: rgb(51,29,241); }

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

border-color css

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

 span { border-color: rgb(51,29,241); }

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