Html Css Color HEX #332AE0 Han Purple

📋 copy color: '#332AE0'

red 51 ◦ green 42 ◦ blue 224

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

Shades of Han Purple #332AE0

Tints of Han Purple #332AE0

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.25%

 BLUE value IS 224 (87.89% from 255) = 70.66%

R = 16.09%
G = 13.25%
B = 70.66%

CMYK

 C value IS 0.77

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#332AE0 (or 0x332AE0) is known color: Han Purple. HEX triplet: 33, 2A and E0. RGB value is (51,42,224). Sum of RGB (Red+Green+Blue) = 51+42+224=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 42 (16.80% from 255 or 13.25% from 317); Blue value is 224 (87.89% from 255 or 70.66% from 317); Max value from RGB is 224 - color contains mainly: blue. Hex color #332AE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332AE0 is #CCD51F. Grayscale: #404040. Windows color (decimal): -13423904 or 14690867. OLE color: 14690867.

HSL color Cylindrical-coordinate representation of color #332AE0: hue angle of 242.97º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #332AE0 is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 51 42 224 -
CMYK 0.77 0.81 0 0.12
HSL 242.97º 0.75% 0.52% -
HSV(B) 242.97º 0.81% 0.88% -
XYZ 15.65 7.74 71.19 -
YUV 65.44 217.48 117.7 -
System Red Green Blue C M Y K H S L
Decimal 51 42 224 0.77 0.81 0 0.12 242.97 0.75 0.52
Hex 33 2A E0 4D 51 0 C F3 4B 34
Octal 63 52 340 115 121 0 14 363 113 64
Binary 110011 101010 11100000 1001101 1010001 0 1100 11110011 1001011 110100

Color Harmonies of #332AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332AE0

Black with #332AE0

Text Example


Text Example

White with #332AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,42,224); }

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

background-color css

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

 a { background-color: rgb(51,42,224); }

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

border-color css

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

 span { border-color: rgb(51,42,224); }

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