Html Css Color HEX #331DF2 Han Purple

📋 copy color: '#331DF2'

red 51 ◦ green 29 ◦ blue 242

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

Shades of Han Purple #331DF2

Tints of Han Purple #331DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 75.16%

R = 15.84%
G = 9.01%
B = 75.16%

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

#331DF2 (or 0x331DF2) is known color: Han Purple. HEX triplet: 33, 1D and F2. RGB value is (51,29,242). Sum of RGB (Red+Green+Blue) = 51+29+242=322 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.84% from 322); Green value is 29 (11.72% from 255 or 9.01% from 322); Blue value is 242 (94.92% from 255 or 75.16% from 322); Max value from RGB is 242 - color contains mainly: blue. Hex color #331DF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #331DF2 is #CCE20D. Grayscale: #3B3B3B. Windows color (decimal): -13427214 or 15867187. OLE color: 15867187.

HSL color Cylindrical-coordinate representation of color #331DF2: hue angle of 246.2º degrees, saturation: 0.89, 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 #331DF2 is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 51 29 242 -
CMYK 0.79 0.88 0 0.05
HSL 246.2º 0.89% 0.53% -
HSV(B) 246.2º 0.88% 0.95% -
XYZ 17.83 7.99 84.61 -
YUV 59.86 230.79 121.68 -
System Red Green Blue C M Y K H S L
Decimal 51 29 242 0.79 0.88 0 0.05 246.2 0.89 0.53
Hex 33 1D F2 4F 58 0 5 F6 59 35
Octal 63 35 362 117 130 0 5 366 131 65
Binary 110011 11101 11110010 1001111 1011000 0 101 11110110 1011001 110101

Color Harmonies of #331DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331DF2

Black with #331DF2

Text Example


Text Example

White with #331DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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