#3E21B8

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

Shades of Purple Heart #3E21B8

Tints of Purple Heart #3E21B8

Color information

#3E21B8 (or 0x3E21B8) is unknown color: approx Purple Heart. HEX triplet: 3E, 21 and B8. RGB value is (62,33,184). Sum of RGB (Red+Green+Blue) = 62+33+184=279 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.22% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 184 (72.27% from 255 or 65.95% from 279); Max value from RGB is 184 - color contains mainly: blue. Hex color #3E21B8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E21B8 is #C1DE47. Grayscale: #3A3A3A. Windows color (decimal): -12705352 or 12067134. OLE color: 12067134.

HSL color Cylindrical-coordinate representation of color #3E21B8: hue angle of 251.52º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E21B8 is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB6233184-
CMYK0.660.8200.28
HSL251.52º69.59%42.55%-
HSV(B)251.52º82.07%72.16%-
XYZ11.185.5745.83-
YUV58.88198.61130.22-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.22%
GREEN value IS 33 (13.28% from 255) = 11.83%
BLUE value IS 184 (72.27% from 255) = 65.95%
R=22.22%
G=11.83%
B=65.95%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal62331840.660.8200.28251.5269.5942.55
Hex3E21B8425201Cfc462b
Octal764127010212203437410653
Binary1111101000011011100010000101010010011100111111001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E21B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E21B8; }

 p { color: rgb(62,33,184); }

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

<style>
 a { background-color: #3E21B8; }

 a { background-color: rgb(62,33,184); }

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

<style>
 span { border-color: #3E21B8; }

 span { border-color: rgb(62,33,184); }

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