Html Css Color HEX #391DDC Han Purple

📋 copy color: '#391DDC'

red 57 ◦ green 29 ◦ blue 220

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

Shades of Han Purple #391DDC

Tints of Han Purple #391DDC

RGB

 RED value IS 57 (22.66% from 255) = 18.63%

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

 BLUE value IS 220 (86.33% from 255) = 71.9%

R = 18.63%
G = 9.48%
B = 71.9%

CMYK

 C value IS 0.74

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#391DDC (or 0x391DDC) is known color: Han Purple. HEX triplet: 39, 1D and DC. RGB value is (57,29,220). Sum of RGB (Red+Green+Blue) = 57+29+220=306 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.63% from 306); Green value is 29 (11.72% from 255 or 9.48% from 306); Blue value is 220 (86.33% from 255 or 71.90% from 306); Max value from RGB is 220 - color contains mainly: blue. Hex color #391DDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #391DDC is #C6E223. Grayscale: #3A3A3A. Windows color (decimal): -13034020 or 14425401. OLE color: 14425401.

HSL color Cylindrical-coordinate representation of color #391DDC: hue angle of 248.8º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #391DDC is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 57 29 220 -
CMYK 0.74 0.87 0 0.14
HSL 248.8º 0.77% 0.49% -
HSV(B) 248.8º 0.87% 0.86% -
XYZ 15.04 6.92 68.25 -
YUV 59.15 218.78 126.47 -
System Red Green Blue C M Y K H S L
Decimal 57 29 220 0.74 0.87 0 0.14 248.8 0.77 0.49
Hex 39 1D DC 4A 57 0 E F9 4D 31
Octal 71 35 334 112 127 0 16 371 115 61
Binary 111001 11101 11011100 1001010 1010111 0 1110 11111001 1001101 110001

Color Harmonies of #391DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391DDC

Black with #391DDC

Text Example


Text Example

White with #391DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391DDC; }

 p { color: rgb(57,29,220); }

 H1.HeaderClassName
 {
   color: #391DDC;
 }
 .AnyTagClassName
 {
   color: #391DDC;
 }
</style>

background-color css

<style>
 a { background-color: #391DDC; }

 a { background-color: rgb(57,29,220); }

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

border-color css

<style>
 span { border-color: #391DDC; }

 span { border-color: rgb(57,29,220); }

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