Html Css Color HEX #391CBB Purple Heart

📋 copy color: '#391CBB'

red 57 ◦ green 28 ◦ blue 187

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

Shades of Purple Heart #391CBB

Tints of Purple Heart #391CBB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.29%

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

R = 20.96%
G = 10.29%
B = 68.75%

CMYK

 C value IS 0.70

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#391CBB (or 0x391CBB) is known color: Purple Heart. HEX triplet: 39, 1C and BB. RGB value is (57,28,187). Sum of RGB (Red+Green+Blue) = 57+28+187=272 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.96% from 272); Green value is 28 (11.33% from 255 or 10.29% from 272); Blue value is 187 (73.44% from 255 or 68.75% from 272); Max value from RGB is 187 - color contains mainly: blue. Hex color #391CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #391CBB is #C6E344. Grayscale: #363636. Windows color (decimal): -13034309 or 12262457. OLE color: 12262457.

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

Color convert

RGB 57 28 187 -
CMYK 0.70 0.85 0 0.27
HSL 250.94º 0.74% 0.42% -
HSV(B) 250.94º 0.85% 0.73% -
XYZ 11.07 5.29 47.45 -
YUV 54.8 202.61 129.57 -
System Red Green Blue C M Y K H S L
Decimal 57 28 187 0.70 0.85 0 0.27 250.94 0.74 0.42
Hex 39 1C BB 46 55 0 1B FB 4A 2A
Octal 71 34 273 106 125 0 33 373 112 52
Binary 111001 11100 10111011 1000110 1010101 0 11011 11111011 1001010 101010

Color Harmonies of #391CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391CBB

Black with #391CBB

Text Example


Text Example

White with #391CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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