Html Css Color HEX #332ADF Han Purple

📋 copy color: '#332ADF'

red 51 ◦ green 42 ◦ blue 223

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

Shades of Han Purple #332ADF

Tints of Han Purple #332ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 70.57%

R = 16.14%
G = 13.29%
B = 70.57%

CMYK

 C value IS 0.77

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#332ADF (or 0x332ADF) is known color: Han Purple. HEX triplet: 33, 2A and DF. RGB value is (51,42,223). Sum of RGB (Red+Green+Blue) = 51+42+223=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 42 (16.80% from 255 or 13.29% from 316); Blue value is 223 (87.5% from 255 or 70.57% from 316); Max value from RGB is 223 - color contains mainly: blue. Hex color #332ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332ADF is #CCD520. Grayscale: #404040. Windows color (decimal): -13423905 or 14625331. OLE color: 14625331.

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

Color convert

RGB 51 42 223 -
CMYK 0.77 0.81 0 0.13
HSL 242.98º 0.74% 0.52% -
HSV(B) 242.98º 0.81% 0.87% -
XYZ 15.51 7.69 70.48 -
YUV 65.33 216.98 117.78 -
System Red Green Blue C M Y K H S L
Decimal 51 42 223 0.77 0.81 0 0.13 242.98 0.74 0.52
Hex 33 2A DF 4D 51 0 D F3 4A 34
Octal 63 52 337 115 121 0 15 363 112 64
Binary 110011 101010 11011111 1001101 1010001 0 1101 11110011 1001010 110100

Color Harmonies of #332ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332ADF

Black with #332ADF

Text Example


Text Example

White with #332ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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