Html Css Color HEX #331DDD Han Purple

📋 copy color: '#331DDD'

red 51 ◦ green 29 ◦ blue 221

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

Shades of Han Purple #331DDD

Tints of Han Purple #331DDD

RGB

 RED value IS 51 (20.31% from 255) = 16.94%

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

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

R = 16.94%
G = 9.63%
B = 73.42%

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

#331DDD (or 0x331DDD) is known color: Han Purple. HEX triplet: 33, 1D and DD. RGB value is (51,29,221). Sum of RGB (Red+Green+Blue) = 51+29+221=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 29 (11.72% from 255 or 9.63% from 301); Blue value is 221 (86.72% from 255 or 73.42% from 301); Max value from RGB is 221 - color contains mainly: blue. Hex color #331DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331DDD is #CCE222. Grayscale: #383838. Windows color (decimal): -13427235 or 14490931. OLE color: 14490931.

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

Color convert

RGB 51 29 221 -
CMYK 0.77 0.87 0 0.13
HSL 246.88º 0.77% 0.49% -
HSV(B) 246.88º 0.87% 0.87% -
XYZ 14.86 6.8 68.94 -
YUV 57.47 220.29 123.39 -
System Red Green Blue C M Y K H S L
Decimal 51 29 221 0.77 0.87 0 0.13 246.88 0.77 0.49
Hex 33 1D DD 4D 57 0 D F7 4D 31
Octal 63 35 335 115 127 0 15 367 115 61
Binary 110011 11101 11011101 1001101 1010111 0 1101 11110111 1001101 110001

Color Harmonies of #331DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331DDD

Black with #331DDD

Text Example


Text Example

White with #331DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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