Html Css Color HEX #391ABB Purple Heart

📋 copy color: '#391ABB'

red 57 ◦ green 26 ◦ blue 187

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

Shades of Purple Heart #391ABB

Tints of Purple Heart #391ABB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.63%

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

R = 21.11%
G = 9.63%
B = 69.26%

CMYK

 C value IS 0.70

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#391ABB (or 0x391ABB) is known color: Purple Heart. HEX triplet: 39, 1A and BB. RGB value is (57,26,187). Sum of RGB (Red+Green+Blue) = 57+26+187=270 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.11% from 270); Green value is 26 (10.55% from 255 or 9.63% from 270); Blue value is 187 (73.44% from 255 or 69.26% from 270); Max value from RGB is 187 - color contains mainly: blue. Hex color #391ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #391ABB is #C6E544. Grayscale: #353535. Windows color (decimal): -13034821 or 12261945. OLE color: 12261945.

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

Color convert

RGB 57 26 187 -
CMYK 0.70 0.86 0 0.27
HSL 251.55º 0.76% 0.42% -
HSV(B) 251.55º 0.86% 0.73% -
XYZ 11.03 5.2 47.44 -
YUV 53.62 203.27 130.41 -
System Red Green Blue C M Y K H S L
Decimal 57 26 187 0.70 0.86 0 0.27 251.55 0.76 0.42
Hex 39 1A BB 46 56 0 1B FC 4C 2A
Octal 71 32 273 106 126 0 33 374 114 52
Binary 111001 11010 10111011 1000110 1010110 0 11011 11111100 1001100 101010

Color Harmonies of #391ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391ABB

Black with #391ABB

Text Example


Text Example

White with #391ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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