Html Css Color HEX #331DEE Han Purple

📋 copy color: '#331DEE'

red 51 ◦ green 29 ◦ blue 238

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

Shades of Han Purple #331DEE

Tints of Han Purple #331DEE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.12%

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

R = 16.04%
G = 9.12%
B = 74.84%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#331DEE (or 0x331DEE) is known color: Han Purple. HEX triplet: 33, 1D and EE. RGB value is (51,29,238). Sum of RGB (Red+Green+Blue) = 51+29+238=318 (42% of max value = 765). Red value is 51 (20.31% from 255 or 16.04% from 318); Green value is 29 (11.72% from 255 or 9.12% from 318); Blue value is 238 (93.36% from 255 or 74.84% from 318); Max value from RGB is 238 - color contains mainly: blue. Hex color #331DEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #331DEE is #CCE211. Grayscale: #3A3A3A. Windows color (decimal): -13427218 or 15605043. OLE color: 15605043.

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

Color convert

RGB 51 29 238 -
CMYK 0.79 0.88 0 0.07
HSL 246.32º 0.86% 0.52% -
HSV(B) 246.32º 0.88% 0.93% -
XYZ 17.24 7.76 81.48 -
YUV 59.4 228.79 122.01 -
System Red Green Blue C M Y K H S L
Decimal 51 29 238 0.79 0.88 0 0.07 246.32 0.86 0.52
Hex 33 1D EE 4F 58 0 7 F6 56 34
Octal 63 35 356 117 130 0 7 366 126 64
Binary 110011 11101 11101110 1001111 1011000 0 111 11110110 1010110 110100

Color Harmonies of #331DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331DEE

Black with #331DEE

Text Example


Text Example

White with #331DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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