Html Css Color HEX #3324F2 Han Purple

📋 copy color: '#3324F2'

red 51 ◦ green 36 ◦ blue 242

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

Shades of Han Purple #3324F2

Tints of Han Purple #3324F2

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.94%

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

R = 15.5%
G = 10.94%
B = 73.56%

CMYK

 C value IS 0.79

 M value IS 0.85

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3324F2 (or 0x3324F2) is known color: Han Purple. HEX triplet: 33, 24 and F2. RGB value is (51,36,242). Sum of RGB (Red+Green+Blue) = 51+36+242=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 36 (14.45% from 255 or 10.94% from 329); Blue value is 242 (94.92% from 255 or 73.56% from 329); Max value from RGB is 242 - color contains mainly: blue. Hex color #3324F2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3324F2 is #CCDB0D. Grayscale: #3F3F3F. Windows color (decimal): -13425422 or 15868979. OLE color: 15868979.

HSL color Cylindrical-coordinate representation of color #3324F2: hue angle of 244.37º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3324F2 is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 51 36 242 -
CMYK 0.79 0.85 0 0.05
HSL 244.37º 0.89% 0.55% -
HSV(B) 244.37º 0.85% 0.95% -
XYZ 18.02 8.38 84.67 -
YUV 63.97 228.47 118.75 -
System Red Green Blue C M Y K H S L
Decimal 51 36 242 0.79 0.85 0 0.05 244.37 0.89 0.55
Hex 33 24 F2 4F 55 0 5 F4 59 37
Octal 63 44 362 117 125 0 5 364 131 67
Binary 110011 100100 11110010 1001111 1010101 0 101 11110100 1011001 110111

Color Harmonies of #3324F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3324F2

Black with #3324F2

Text Example


Text Example

White with #3324F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3324F2; }

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

 H1.HeaderClassName
 {
   color: #3324F2;
 }
 .AnyTagClassName
 {
   color: #3324F2;
 }
</style>

background-color css

<style>
 a { background-color: #3324F2; }

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

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

border-color css

<style>
 span { border-color: #3324F2; }

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

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