Html Css Color HEX #332DF1 Han Purple

📋 copy color: '#332DF1'

red 51 ◦ green 45 ◦ blue 241

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

Shades of Han Purple #332DF1

Tints of Han Purple #332DF1

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.35%

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

R = 15.13%
G = 13.35%
B = 71.51%

CMYK

 C value IS 0.79

 M value IS 0.81

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#332DF1 (or 0x332DF1) is known color: Han Purple. HEX triplet: 33, 2D and F1. RGB value is (51,45,241). Sum of RGB (Red+Green+Blue) = 51+45+241=337 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.13% from 337); Green value is 45 (17.97% from 255 or 13.35% from 337); Blue value is 241 (94.53% from 255 or 71.51% from 337); Max value from RGB is 241 - color contains mainly: blue. Hex color #332DF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #332DF1 is #CCD20E. Grayscale: #444444. Windows color (decimal): -13423119 or 15805747. OLE color: 15805747.

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

Color convert

RGB 51 45 241 -
CMYK 0.79 0.81 0 0.05
HSL 241.84º 0.88% 0.56% -
HSV(B) 241.84º 0.81% 0.95% -
XYZ 18.18 8.93 83.98 -
YUV 69.14 224.99 115.06 -
System Red Green Blue C M Y K H S L
Decimal 51 45 241 0.79 0.81 0 0.05 241.84 0.88 0.56
Hex 33 2D F1 4F 51 0 5 F2 58 38
Octal 63 55 361 117 121 0 5 362 130 70
Binary 110011 101101 11110001 1001111 1010001 0 101 11110010 1011000 111000

Color Harmonies of #332DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332DF1

Black with #332DF1

Text Example


Text Example

White with #332DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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