Html Css Color HEX #332CEE Han Purple

📋 copy color: '#332CEE'

red 51 ◦ green 44 ◦ blue 238

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

Shades of Han Purple #332CEE

Tints of Han Purple #332CEE

RGB

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

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

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

R = 15.32%
G = 13.21%
B = 71.47%

CMYK

 C value IS 0.79

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#332CEE (or 0x332CEE) is known color: Han Purple. HEX triplet: 33, 2C and EE. RGB value is (51,44,238). Sum of RGB (Red+Green+Blue) = 51+44+238=333 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.32% from 333); Green value is 44 (17.58% from 255 or 13.21% from 333); Blue value is 238 (93.36% from 255 or 71.47% from 333); Max value from RGB is 238 - color contains mainly: blue. Hex color #332CEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #332CEE is #CCD311. Grayscale: #434343. Windows color (decimal): -13423378 or 15608883. OLE color: 15608883.

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

Color convert

RGB 51 44 238 -
CMYK 0.79 0.82 0 0.07
HSL 242.16º 0.85% 0.55% -
HSV(B) 242.16º 0.82% 0.93% -
XYZ 17.7 8.68 81.63 -
YUV 68.21 223.82 115.73 -
System Red Green Blue C M Y K H S L
Decimal 51 44 238 0.79 0.82 0 0.07 242.16 0.85 0.55
Hex 33 2C EE 4F 52 0 7 F2 55 37
Octal 63 54 356 117 122 0 7 362 125 67
Binary 110011 101100 11101110 1001111 1010010 0 111 11110010 1010101 110111

Color Harmonies of #332CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332CEE

Black with #332CEE

Text Example


Text Example

White with #332CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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