Html Css Color HEX #321CEF Han Purple

📋 copy color: '#321CEF'

red 50 ◦ green 28 ◦ blue 239

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

Shades of Han Purple #321CEF

Tints of Han Purple #321CEF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.83%

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

R = 15.77%
G = 8.83%
B = 75.39%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#321CEF (or 0x321CEF) is known color: Han Purple. HEX triplet: 32, 1C and EF. RGB value is (50,28,239). Sum of RGB (Red+Green+Blue) = 50+28+239=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 28 (11.33% from 255 or 8.83% from 317); Blue value is 239 (93.75% from 255 or 75.39% from 317); Max value from RGB is 239 - color contains mainly: blue. Hex color #321CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321CEF is #CDE310. Grayscale: #393939. Windows color (decimal): -13493009 or 15670322. OLE color: 15670322.

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

Color convert

RGB 50 28 239 -
CMYK 0.79 0.88 0 0.06
HSL 246.26º 0.87% 0.52% -
HSV(B) 246.26º 0.88% 0.94% -
XYZ 17.31 7.74 82.24 -
YUV 58.63 229.79 121.84 -
System Red Green Blue C M Y K H S L
Decimal 50 28 239 0.79 0.88 0 0.06 246.26 0.87 0.52
Hex 32 1C EF 4F 58 0 6 F6 57 34
Octal 62 34 357 117 130 0 6 366 127 64
Binary 110010 11100 11101111 1001111 1011000 0 110 11110110 1010111 110100

Color Harmonies of #321CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321CEF

Black with #321CEF

Text Example


Text Example

White with #321CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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