Html Css Color HEX #3911BD Purple Heart

📋 copy color: '#3911BD'

red 57 ◦ green 17 ◦ blue 189

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

Shades of Purple Heart #3911BD

Tints of Purple Heart #3911BD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.46%

 BLUE value IS 189 (74.22% from 255) = 71.86%

R = 21.67%
G = 6.46%
B = 71.86%

CMYK

 C value IS 0.70

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3911BD (or 0x3911BD) is known color: Purple Heart. HEX triplet: 39, 11 and BD. RGB value is (57,17,189). Sum of RGB (Red+Green+Blue) = 57+17+189=263 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.67% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 189 (74.22% from 255 or 71.86% from 263); Max value from RGB is 189 - color contains mainly: blue. Hex color #3911BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3911BD is #C6EE42. Grayscale: #2F2F2F. Windows color (decimal): -13037123 or 12390713. OLE color: 12390713.

HSL color Cylindrical-coordinate representation of color #3911BD: hue angle of 253.95º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3911BD is Cyan = 0.70, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 57 17 189 -
CMYK 0.70 0.91 0 0.26
HSL 253.95º 0.83% 0.4% -
HSV(B) 253.95º 0.91% 0.74% -
XYZ 11.07 4.94 48.51 -
YUV 48.57 207.25 134.01 -
System Red Green Blue C M Y K H S L
Decimal 57 17 189 0.70 0.91 0 0.26 253.95 0.83 0.4
Hex 39 11 BD 46 5B 0 1A FE 53 28
Octal 71 21 275 106 133 0 32 376 123 50
Binary 111001 10001 10111101 1000110 1011011 0 11010 11111110 1010011 101000

Color Harmonies of #3911BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3911BD

Black with #3911BD

Text Example


Text Example

White with #3911BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3911BD; }

 p { color: rgb(57,17,189); }

 H1.HeaderClassName
 {
   color: #3911BD;
 }
 .AnyTagClassName
 {
   color: #3911BD;
 }
</style>

background-color css

<style>
 a { background-color: #3911BD; }

 a { background-color: rgb(57,17,189); }

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

border-color css

<style>
 span { border-color: #3911BD; }

 span { border-color: rgb(57,17,189); }

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