Html Css Color HEX #321DDD Han Purple

📋 copy color: '#321DDD'

red 50 ◦ green 29 ◦ blue 221

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

Shades of Han Purple #321DDD

Tints of Han Purple #321DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 73.67%

R = 16.67%
G = 9.67%
B = 73.67%

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

#321DDD (or 0x321DDD) is known color: Han Purple. HEX triplet: 32, 1D and DD. RGB value is (50,29,221). Sum of RGB (Red+Green+Blue) = 50+29+221=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 29 (11.72% from 255 or 9.67% from 300); Blue value is 221 (86.72% from 255 or 73.67% from 300); Max value from RGB is 221 - color contains mainly: blue. Hex color #321DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321DDD is #CDE222. Grayscale: #383838. Windows color (decimal): -13492771 or 14490930. OLE color: 14490930.

HSL color Cylindrical-coordinate representation of color #321DDD: hue angle of 246.56º degrees, saturation: 0.77, 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 #321DDD is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 29 221 -
CMYK 0.77 0.87 0 0.13
HSL 246.56º 0.77% 0.49% -
HSV(B) 246.56º 0.87% 0.87% -
XYZ 14.81 6.78 68.93 -
YUV 57.17 220.46 122.89 -
System Red Green Blue C M Y K H S L
Decimal 50 29 221 0.77 0.87 0 0.13 246.56 0.77 0.49
Hex 32 1D DD 4D 57 0 D F7 4D 31
Octal 62 35 335 115 127 0 15 367 115 61
Binary 110010 11101 11011101 1001101 1010111 0 1101 11110111 1001101 110001

Color Harmonies of #321DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321DDD

Black with #321DDD

Text Example


Text Example

White with #321DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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