Html Css Color HEX #3811BD Purple Heart

📋 copy color: '#3811BD'

red 56 ◦ green 17 ◦ blue 189

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

Shades of Purple Heart #3811BD

Tints of Purple Heart #3811BD

RGB

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

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

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

R = 21.37%
G = 6.49%
B = 72.14%

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

#3811BD (or 0x3811BD) is known color: Purple Heart. HEX triplet: 38, 11 and BD. RGB value is (56,17,189). Sum of RGB (Red+Green+Blue) = 56+17+189=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 189 (74.22% from 255 or 72.14% from 262); Max value from RGB is 189 - color contains mainly: blue. Hex color #3811BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3811BD is #C7EE42. Grayscale: #2F2F2F. Windows color (decimal): -13102659 or 12390712. OLE color: 12390712.

HSL color Cylindrical-coordinate representation of color #3811BD: hue angle of 253.6º 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 #3811BD is Cyan = 0.70, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 56 17 189 -
CMYK 0.70 0.91 0 0.26
HSL 253.6º 0.83% 0.4% -
HSV(B) 253.6º 0.91% 0.74% -
XYZ 11.02 4.92 48.51 -
YUV 48.27 207.42 133.51 -
System Red Green Blue C M Y K H S L
Decimal 56 17 189 0.70 0.91 0 0.26 253.6 0.83 0.4
Hex 38 11 BD 46 5B 0 1A FE 53 28
Octal 70 21 275 106 133 0 32 376 123 50
Binary 111000 10001 10111101 1000110 1011011 0 11010 11111110 1010011 101000

Color Harmonies of #3811BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3811BD

Black with #3811BD

Text Example


Text Example

White with #3811BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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