Html Css Color HEX #3811BA Purple Heart

📋 copy color: '#3811BA'

red 56 ◦ green 17 ◦ blue 186

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

Shades of Purple Heart #3811BA

Tints of Purple Heart #3811BA

RGB

 RED value IS 56 (22.27% from 255) = 21.62%

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

 BLUE value IS 186 (73.05% from 255) = 71.81%

R = 21.62%
G = 6.56%
B = 71.81%

CMYK

 C value IS 0.70

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3811BA (or 0x3811BA) is known color: Purple Heart. HEX triplet: 38, 11 and BA. RGB value is (56,17,186). Sum of RGB (Red+Green+Blue) = 56+17+186=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 186 (73.05% from 255 or 71.81% from 259); Max value from RGB is 186 - color contains mainly: blue. Hex color #3811BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3811BA is #C7EE45. Grayscale: #2F2F2F. Windows color (decimal): -13102662 or 12194104. OLE color: 12194104.

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

Color convert

RGB 56 17 186 -
CMYK 0.70 0.91 0 0.27
HSL 253.85º 0.83% 0.4% -
HSV(B) 253.85º 0.91% 0.73% -
XYZ 10.69 4.79 46.81 -
YUV 47.93 205.92 133.76 -
System Red Green Blue C M Y K H S L
Decimal 56 17 186 0.70 0.91 0 0.27 253.85 0.83 0.4
Hex 38 11 BA 46 5B 0 1B FE 53 28
Octal 70 21 272 106 133 0 33 376 123 50
Binary 111000 10001 10111010 1000110 1011011 0 11011 11111110 1010011 101000

Color Harmonies of #3811BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3811BA

Black with #3811BA

Text Example


Text Example

White with #3811BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3811BA; }

 p { color: rgb(56,17,186); }

 H1.HeaderClassName
 {
   color: #3811BA;
 }
 .AnyTagClassName
 {
   color: #3811BA;
 }
</style>

background-color css

<style>
 a { background-color: #3811BA; }

 a { background-color: rgb(56,17,186); }

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

border-color css

<style>
 span { border-color: #3811BA; }

 span { border-color: rgb(56,17,186); }

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