Html Css Color HEX #332DEE Han Purple

📋 copy color: '#332DEE'

red 51 ◦ green 45 ◦ blue 238

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

Shades of Han Purple #332DEE

Tints of Han Purple #332DEE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.47%

 BLUE value IS 238 (93.36% from 255) = 71.26%

R = 15.27%
G = 13.47%
B = 71.26%

CMYK

 C value IS 0.79

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#332DEE (or 0x332DEE) is known color: Han Purple. HEX triplet: 33, 2D and EE. RGB value is (51,45,238). Sum of RGB (Red+Green+Blue) = 51+45+238=334 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.27% from 334); Green value is 45 (17.97% from 255 or 13.47% from 334); Blue value is 238 (93.36% from 255 or 71.26% from 334); Max value from RGB is 238 - color contains mainly: blue. Hex color #332DEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #332DEE is #CCD211. Grayscale: #444444. Windows color (decimal): -13423122 or 15609139. OLE color: 15609139.

HSL color Cylindrical-coordinate representation of color #332DEE: hue angle of 241.87º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #332DEE is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 51 45 238 -
CMYK 0.79 0.81 0 0.07
HSL 241.87º 0.85% 0.55% -
HSV(B) 241.87º 0.81% 0.93% -
XYZ 17.74 8.75 81.64 -
YUV 68.8 223.49 115.31 -
System Red Green Blue C M Y K H S L
Decimal 51 45 238 0.79 0.81 0 0.07 241.87 0.85 0.55
Hex 33 2D EE 4F 51 0 7 F2 55 37
Octal 63 55 356 117 121 0 7 362 125 67
Binary 110011 101101 11101110 1001111 1010001 0 111 11110010 1010101 110111

Color Harmonies of #332DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332DEE

Black with #332DEE

Text Example


Text Example

White with #332DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,45,238); }

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

background-color css

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

 a { background-color: rgb(51,45,238); }

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

border-color css

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

 span { border-color: rgb(51,45,238); }

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