Html Css Color HEX #321CDE Han Purple

📋 copy color: '#321CDE'

red 50 ◦ green 28 ◦ blue 222

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

Shades of Han Purple #321CDE

Tints of Han Purple #321CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 74%

R = 16.67%
G = 9.33%
B = 74%

CMYK

 C value IS 0.77

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#321CDE (or 0x321CDE) is known color: Han Purple. HEX triplet: 32, 1C and DE. RGB value is (50,28,222). Sum of RGB (Red+Green+Blue) = 50+28+222=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 28 (11.33% from 255 or 9.33% from 300); Blue value is 222 (87.11% from 255 or 74% from 300); Max value from RGB is 222 - color contains mainly: blue. Hex color #321CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321CDE is #CDE321. Grayscale: #373737. Windows color (decimal): -13493026 or 14556210. OLE color: 14556210.

HSL color Cylindrical-coordinate representation of color #321CDE: hue angle of 246.8º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #321CDE is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 28 222 -
CMYK 0.77 0.87 0 0.13
HSL 246.8º 0.78% 0.49% -
HSV(B) 246.8º 0.87% 0.87% -
XYZ 14.92 6.78 69.63 -
YUV 56.69 221.29 123.23 -
System Red Green Blue C M Y K H S L
Decimal 50 28 222 0.77 0.87 0 0.13 246.8 0.78 0.49
Hex 32 1C DE 4D 57 0 D F7 4E 31
Octal 62 34 336 115 127 0 15 367 116 61
Binary 110010 11100 11011110 1001101 1010111 0 1101 11110111 1001110 110001

Color Harmonies of #321CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321CDE

Black with #321CDE

Text Example


Text Example

White with #321CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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