Html Css Color HEX #3321F1 Han Purple

📋 copy color: '#3321F1'

red 51 ◦ green 33 ◦ blue 241

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

Shades of Han Purple #3321F1

Tints of Han Purple #3321F1

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.15%

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

R = 15.69%
G = 10.15%
B = 74.15%

CMYK

 C value IS 0.79

 M value IS 0.86

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3321F1 (or 0x3321F1) is known color: Han Purple. HEX triplet: 33, 21 and F1. RGB value is (51,33,241). Sum of RGB (Red+Green+Blue) = 51+33+241=325 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.69% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 241 (94.53% from 255 or 74.15% from 325); Max value from RGB is 241 - color contains mainly: blue. Hex color #3321F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3321F1 is #CCDE0E. Grayscale: #3D3D3D. Windows color (decimal): -13426191 or 15802675. OLE color: 15802675.

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

Color convert

RGB 51 33 241 -
CMYK 0.79 0.86 0 0.05
HSL 245.19º 0.88% 0.54% -
HSV(B) 245.19º 0.86% 0.95% -
XYZ 17.79 8.14 83.85 -
YUV 62.09 228.96 120.09 -
System Red Green Blue C M Y K H S L
Decimal 51 33 241 0.79 0.86 0 0.05 245.19 0.88 0.54
Hex 33 21 F1 4F 56 0 5 F5 58 36
Octal 63 41 361 117 126 0 5 365 130 66
Binary 110011 100001 11110001 1001111 1010110 0 101 11110101 1011000 110110

Color Harmonies of #3321F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3321F1

Black with #3321F1

Text Example


Text Example

White with #3321F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3321F1; }

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

 H1.HeaderClassName
 {
   color: #3321F1;
 }
 .AnyTagClassName
 {
   color: #3321F1;
 }
</style>

background-color css

<style>
 a { background-color: #3321F1; }

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

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

border-color css

<style>
 span { border-color: #3321F1; }

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

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