#3804BD

Color #3804BD Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #3804BD

Tints of Purple Heart #3804BD

Color information

#3804BD (or 0x3804BD) is unknown color: approx Purple Heart. HEX triplet: 38, 04 and BD. RGB value is (56,4,189). Sum of RGB (Red+Green+Blue) = 56+4+189=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 189 (74.22% from 255 or 75.90% from 249); Max value from RGB is 189 - color contains mainly: blue. Hex color #3804BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3804BD is #C7FB42. Grayscale: #272727. Windows color (decimal): -13105987 or 12387384. OLE color: 12387384.

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

Color convert

RGB564189-
CMYK0.700.9800.26
HSL256.86º95.85%37.84%-
HSV(B)256.86º97.88%74.12%-
XYZ10.864.648.46-
YUV40.64211.73138.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.49%
GREEN value IS 4 (1.95% from 255) = 1.61%
BLUE value IS 189 (74.22% from 255) = 75.90%
R=22.49%
G=1.61%
B=75.90%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal5641890.700.9800.26256.8695.8537.84
Hex384BD466201A1016026
Octal70427510614203240114046
Binary11100010010111101100011011000100110101000000011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3804BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3804BD;
 }
 .AnyTagClassName
 {
   color: #3804BD;
 }
</style>
background-color css

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

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

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

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

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

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