#3A20C8

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

Shades of Purple Heart #3A20C8

Tints of Purple Heart #3A20C8

Color information

#3A20C8 (or 0x3A20C8) is unknown color: approx Purple Heart. HEX triplet: 3A, 20 and C8. RGB value is (58,32,200). Sum of RGB (Red+Green+Blue) = 58+32+200=290 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 200 (78.52% from 255 or 68.97% from 290); Max value from RGB is 200 - color contains mainly: blue. Hex color #3A20C8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A20C8 is #C5DF37. Grayscale: #3A3A3A. Windows color (decimal): -12967736 or 13115450. OLE color: 13115450.

HSL color Cylindrical-coordinate representation of color #3A20C8: hue angle of 249.29º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A20C8 is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5832200-
CMYK0.710.8400.22
HSL249.29º72.41%45.49%-
HSV(B)249.29º84%78.43%-
XYZ12.696.155.15-
YUV58.93207.61127.34-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20%
GREEN value IS 32 (12.89% from 255) = 11.03%
BLUE value IS 200 (78.52% from 255) = 68.97%
R=20%
G=11.03%
B=68.97%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal58322000.710.8400.22249.2972.4145.49
Hex3A20C84754016f9482d
Octal724031010712402637111055
Binary1110101000001100100010001111010100010110111110011001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A20C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,32,200); }

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

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

 a { background-color: rgb(58,32,200); }

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

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

 span { border-color: rgb(58,32,200); }

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