Html Css Color HEX #332CEB Han Purple

📋 copy color: '#332CEB'

red 51 ◦ green 44 ◦ blue 235

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

Shades of Han Purple #332CEB

Tints of Han Purple #332CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 71.21%

R = 15.45%
G = 13.33%
B = 71.21%

CMYK

 C value IS 0.78

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#332CEB (or 0x332CEB) is known color: Han Purple. HEX triplet: 33, 2C and EB. RGB value is (51,44,235). Sum of RGB (Red+Green+Blue) = 51+44+235=330 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.45% from 330); Green value is 44 (17.58% from 255 or 13.33% from 330); Blue value is 235 (92.19% from 255 or 71.21% from 330); Max value from RGB is 235 - color contains mainly: blue. Hex color #332CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #332CEB is #CCD314. Grayscale: #434343. Windows color (decimal): -13423381 or 15412275. OLE color: 15412275.

HSL color Cylindrical-coordinate representation of color #332CEB: hue angle of 242.2º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #332CEB is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 51 44 235 -
CMYK 0.78 0.81 0 0.08
HSL 242.2º 0.83% 0.55% -
HSV(B) 242.2º 0.81% 0.92% -
XYZ 17.26 8.5 79.33 -
YUV 67.87 222.32 115.97 -
System Red Green Blue C M Y K H S L
Decimal 51 44 235 0.78 0.81 0 0.08 242.2 0.83 0.55
Hex 33 2C EB 4E 51 0 8 F2 53 37
Octal 63 54 353 116 121 0 10 362 123 67
Binary 110011 101100 11101011 1001110 1010001 0 1000 11110010 1010011 110111

Color Harmonies of #332CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332CEB

Black with #332CEB

Text Example


Text Example

White with #332CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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