Html Css Color HEX #321EEF Han Purple

📋 copy color: '#321EEF'

red 50 ◦ green 30 ◦ blue 239

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

Shades of Han Purple #321EEF

Tints of Han Purple #321EEF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.4%

 BLUE value IS 239 (93.75% from 255) = 74.92%

R = 15.67%
G = 9.4%
B = 74.92%

CMYK

 C value IS 0.79

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#321EEF (or 0x321EEF) is known color: Han Purple. HEX triplet: 32, 1E and EF. RGB value is (50,30,239). Sum of RGB (Red+Green+Blue) = 50+30+239=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 30 (12.11% from 255 or 9.40% from 319); Blue value is 239 (93.75% from 255 or 74.92% from 319); Max value from RGB is 239 - color contains mainly: blue. Hex color #321EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321EEF is #CDE110. Grayscale: #3A3A3A. Windows color (decimal): -13492497 or 15670834. OLE color: 15670834.

HSL color Cylindrical-coordinate representation of color #321EEF: hue angle of 245.74º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #321EEF is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 50 30 239 -
CMYK 0.79 0.87 0 0.06
HSL 245.74º 0.87% 0.53% -
HSV(B) 245.74º 0.87% 0.94% -
XYZ 17.36 7.84 82.26 -
YUV 59.81 229.13 121.01 -
System Red Green Blue C M Y K H S L
Decimal 50 30 239 0.79 0.87 0 0.06 245.74 0.87 0.53
Hex 32 1E EF 4F 57 0 6 F6 57 35
Octal 62 36 357 117 127 0 6 366 127 65
Binary 110010 11110 11101111 1001111 1010111 0 110 11110110 1010111 110101

Color Harmonies of #321EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321EEF

Black with #321EEF

Text Example


Text Example

White with #321EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,30,239); }

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

background-color css

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

 a { background-color: rgb(50,30,239); }

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

border-color css

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

 span { border-color: rgb(50,30,239); }

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