Html Css Color HEX #391DBB Purple Heart

📋 copy color: '#391DBB'

red 57 ◦ green 29 ◦ blue 187

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

Shades of Purple Heart #391DBB

Tints of Purple Heart #391DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 68.5%

R = 20.88%
G = 10.62%
B = 68.5%

CMYK

 C value IS 0.70

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#391DBB (or 0x391DBB) is known color: Purple Heart. HEX triplet: 39, 1D and BB. RGB value is (57,29,187). Sum of RGB (Red+Green+Blue) = 57+29+187=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 187 (73.44% from 255 or 68.50% from 273); Max value from RGB is 187 - color contains mainly: blue. Hex color #391DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #391DBB is #C6E244. Grayscale: #363636. Windows color (decimal): -13034053 or 12262713. OLE color: 12262713.

HSL color Cylindrical-coordinate representation of color #391DBB: hue angle of 250.63º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #391DBB is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 57 29 187 -
CMYK 0.70 0.84 0 0.27
HSL 250.63º 0.73% 0.42% -
HSV(B) 250.63º 0.84% 0.73% -
XYZ 11.1 5.34 47.46 -
YUV 55.38 202.28 129.15 -
System Red Green Blue C M Y K H S L
Decimal 57 29 187 0.70 0.84 0 0.27 250.63 0.73 0.42
Hex 39 1D BB 46 54 0 1B FB 49 2A
Octal 71 35 273 106 124 0 33 373 111 52
Binary 111001 11101 10111011 1000110 1010100 0 11011 11111011 1001001 101010

Color Harmonies of #391DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391DBB

Black with #391DBB

Text Example


Text Example

White with #391DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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