Html Css Color HEX #332BF2 Han Purple

📋 copy color: '#332BF2'

red 51 ◦ green 43 ◦ blue 242

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

Shades of Han Purple #332BF2

Tints of Han Purple #332BF2

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.8%

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

R = 15.18%
G = 12.8%
B = 72.02%

CMYK

 C value IS 0.79

 M value IS 0.82

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#332BF2 (or 0x332BF2) is known color: Han Purple. HEX triplet: 33, 2B and F2. RGB value is (51,43,242). Sum of RGB (Red+Green+Blue) = 51+43+242=336 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.18% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 242 (94.92% from 255 or 72.02% from 336); Max value from RGB is 242 - color contains mainly: blue. Hex color #332BF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #332BF2 is #CCD40D. Grayscale: #434343. Windows color (decimal): -13423630 or 15870771. OLE color: 15870771.

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

Color convert

RGB 51 43 242 -
CMYK 0.79 0.82 0 0.05
HSL 242.41º 0.88% 0.56% -
HSV(B) 242.41º 0.82% 0.95% -
XYZ 18.26 8.84 84.75 -
YUV 68.08 226.15 115.82 -
System Red Green Blue C M Y K H S L
Decimal 51 43 242 0.79 0.82 0 0.05 242.41 0.88 0.56
Hex 33 2B F2 4F 52 0 5 F2 58 38
Octal 63 53 362 117 122 0 5 362 130 70
Binary 110011 101011 11110010 1001111 1010010 0 101 11110010 1011000 111000

Color Harmonies of #332BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332BF2

Black with #332BF2

Text Example


Text Example

White with #332BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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