Html Css Color HEX #321DEE Han Purple

📋 copy color: '#321DEE'

red 50 ◦ green 29 ◦ blue 238

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

Shades of Han Purple #321DEE

Tints of Han Purple #321DEE

RGB

 RED value IS 50 (19.92% from 255) = 15.77%

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

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

R = 15.77%
G = 9.15%
B = 75.08%

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

#321DEE (or 0x321DEE) is known color: Han Purple. HEX triplet: 32, 1D and EE. RGB value is (50,29,238). Sum of RGB (Red+Green+Blue) = 50+29+238=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 29 (11.72% from 255 or 9.15% from 317); Blue value is 238 (93.36% from 255 or 75.08% from 317); Max value from RGB is 238 - color contains mainly: blue. Hex color #321DEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321DEE is #CDE211. Grayscale: #3A3A3A. Windows color (decimal): -13492754 or 15605042. OLE color: 15605042.

HSL color Cylindrical-coordinate representation of color #321DEE: hue angle of 246.03º 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 #321DEE is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 50 29 238 -
CMYK 0.79 0.88 0 0.07
HSL 246.03º 0.86% 0.52% -
HSV(B) 246.03º 0.88% 0.93% -
XYZ 17.19 7.73 81.48 -
YUV 59.11 228.96 121.51 -
System Red Green Blue C M Y K H S L
Decimal 50 29 238 0.79 0.88 0 0.07 246.03 0.86 0.52
Hex 32 1D EE 4F 58 0 7 F6 56 34
Octal 62 35 356 117 130 0 7 366 126 64
Binary 110010 11101 11101110 1001111 1011000 0 111 11110110 1010110 110100

Color Harmonies of #321DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321DEE

Black with #321DEE

Text Example


Text Example

White with #321DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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