Html Css Color HEX #391DB4 Purple Heart

📋 copy color: '#391DB4'

red 57 ◦ green 29 ◦ blue 180

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

Shades of Purple Heart #391DB4

Tints of Purple Heart #391DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 67.67%

R = 21.43%
G = 10.9%
B = 67.67%

CMYK

 C value IS 0.68

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#391DB4 (or 0x391DB4) is known color: Purple Heart. HEX triplet: 39, 1D and B4. RGB value is (57,29,180). Sum of RGB (Red+Green+Blue) = 57+29+180=266 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.43% from 266); Green value is 29 (11.72% from 255 or 10.90% from 266); Blue value is 180 (70.70% from 255 or 67.67% from 266); Max value from RGB is 180 - color contains mainly: blue. Hex color #391DB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #391DB4 is #C6E24B. Grayscale: #363636. Windows color (decimal): -13034060 or 11803961. OLE color: 11803961.

HSL color Cylindrical-coordinate representation of color #391DB4: hue angle of 251.13º 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 #391DB4 is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 57 29 180 -
CMYK 0.68 0.84 0 0.29
HSL 251.13º 0.72% 0.41% -
HSV(B) 251.13º 0.84% 0.71% -
XYZ 10.36 5.04 43.61 -
YUV 54.59 198.78 129.72 -
System Red Green Blue C M Y K H S L
Decimal 57 29 180 0.68 0.84 0 0.29 251.13 0.72 0.41
Hex 39 1D B4 44 54 0 1D FB 48 29
Octal 71 35 264 104 124 0 35 373 110 51
Binary 111001 11101 10110100 1000100 1010100 0 11101 11111011 1001000 101001

Color Harmonies of #391DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391DB4

Black with #391DB4

Text Example


Text Example

White with #391DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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