Html Css Color HEX #331DDF Han Purple

📋 copy color: '#331DDF'

red 51 ◦ green 29 ◦ blue 223

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

Shades of Han Purple #331DDF

Tints of Han Purple #331DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 73.6%

R = 16.83%
G = 9.57%
B = 73.6%

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

#331DDF (or 0x331DDF) is known color: Han Purple. HEX triplet: 33, 1D and DF. RGB value is (51,29,223). Sum of RGB (Red+Green+Blue) = 51+29+223=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 29 (11.72% from 255 or 9.57% from 303); Blue value is 223 (87.5% from 255 or 73.60% from 303); Max value from RGB is 223 - color contains mainly: blue. Hex color #331DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331DDF is #CCE220. Grayscale: #383838. Windows color (decimal): -13427233 or 14622003. OLE color: 14622003.

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

Color convert

RGB 51 29 223 -
CMYK 0.77 0.87 0 0.13
HSL 246.8º 0.77% 0.49% -
HSV(B) 246.8º 0.87% 0.87% -
XYZ 15.12 6.91 70.35 -
YUV 57.69 221.29 123.23 -
System Red Green Blue C M Y K H S L
Decimal 51 29 223 0.77 0.87 0 0.13 246.8 0.77 0.49
Hex 33 1D DF 4D 57 0 D F7 4D 31
Octal 63 35 337 115 127 0 15 367 115 61
Binary 110011 11101 11011111 1001101 1010111 0 1101 11110111 1001101 110001

Color Harmonies of #331DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331DDF

Black with #331DDF

Text Example


Text Example

White with #331DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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