Html Css Color HEX #332CFF Han Purple

📋 copy color: '#332CFF'

red 51 ◦ green 44 ◦ blue 255

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

Shades of Han Purple #332CFF

Tints of Han Purple #332CFF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.57%

 BLUE value IS 255 (100% from 255) = 72.86%

R = 14.57%
G = 12.57%
B = 72.86%

CMYK

 C value IS 0.8

 M value IS 0.83

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#332CFF (or 0x332CFF) is known color: Han Purple. HEX triplet: 33, 2C and FF. RGB value is (51,44,255). Sum of RGB (Red+Green+Blue) = 51+44+255=350 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.57% from 350); Green value is 44 (17.58% from 255 or 12.57% from 350); Blue value is 255 (100% from 255 or 72.86% from 350); Max value from RGB is 255 - color contains mainly: blue. Hex color #332CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #332CFF is #CCD300. Grayscale: #454545. Windows color (decimal): -13423361 or 16722995. OLE color: 16722995.

HSL color Cylindrical-coordinate representation of color #332CFF: hue angle of 241.99º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #332CFF is Cyan = 0.8, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 51 44 255 -
CMYK 0.8 0.83 0 0
HSL 241.99º 1% 0.59% -
HSV(B) 241.99º 0.83% 1% -
XYZ 20.32 9.73 95.41 -
YUV 70.15 232.32 114.34 -
System Red Green Blue C M Y K H S L
Decimal 51 44 255 0.8 0.83 0 0 241.99 1 0.59
Hex 33 2C FF 50 53 0 0 F2 64 3B
Octal 63 54 377 120 123 0 0 362 144 73
Binary 110011 101100 11111111 1010000 1010011 0 0 11110010 1100100 111011

Color Harmonies of #332CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332CFF

Black with #332CFF

Text Example


Text Example

White with #332CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,44,255); }

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

background-color css

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

 a { background-color: rgb(51,44,255); }

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

border-color css

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

 span { border-color: rgb(51,44,255); }

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