Html Css Color HEX #391DB5 Purple Heart

📋 copy color: '#391DB5'

red 57 ◦ green 29 ◦ blue 181

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

Shades of Purple Heart #391DB5

Tints of Purple Heart #391DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 67.79%

R = 21.35%
G = 10.86%
B = 67.79%

CMYK

 C value IS 0.69

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#391DB5 (or 0x391DB5) is known color: Purple Heart. HEX triplet: 39, 1D and B5. RGB value is (57,29,181). Sum of RGB (Red+Green+Blue) = 57+29+181=267 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.35% from 267); Green value is 29 (11.72% from 255 or 10.86% from 267); Blue value is 181 (71.09% from 255 or 67.79% from 267); Max value from RGB is 181 - color contains mainly: blue. Hex color #391DB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #391DB5 is #C6E24A. Grayscale: #363636. Windows color (decimal): -13034059 or 11869497. OLE color: 11869497.

HSL color Cylindrical-coordinate representation of color #391DB5: hue angle of 251.05º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #391DB5 is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 57 29 181 -
CMYK 0.69 0.84 0 0.29
HSL 251.05º 0.72% 0.41% -
HSV(B) 251.05º 0.84% 0.71% -
XYZ 10.47 5.08 44.15 -
YUV 54.7 199.28 129.64 -
System Red Green Blue C M Y K H S L
Decimal 57 29 181 0.69 0.84 0 0.29 251.05 0.72 0.41
Hex 39 1D B5 45 54 0 1D FB 48 29
Octal 71 35 265 105 124 0 35 373 110 51
Binary 111001 11101 10110101 1000101 1010100 0 11101 11111011 1001000 101001

Color Harmonies of #391DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391DB5

Black with #391DB5

Text Example


Text Example

White with #391DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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