#3A1DCC

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

Shades of Purple Heart #3A1DCC

Tints of Purple Heart #3A1DCC

Color information

#3A1DCC (or 0x3A1DCC) is unknown color: approx Purple Heart. HEX triplet: 3A, 1D and CC. RGB value is (58,29,204). Sum of RGB (Red+Green+Blue) = 58+29+204=291 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.93% from 291); Green value is 29 (11.72% from 255 or 9.97% from 291); Blue value is 204 (80.08% from 255 or 70.10% from 291); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A1DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A1DCC is #C5E233. Grayscale: #383838. Windows color (decimal): -12968500 or 13376826. OLE color: 13376826.

HSL color Cylindrical-coordinate representation of color #3A1DCC: hue angle of 249.94º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A1DCC is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5829204-
CMYK0.720.8600.2
HSL249.94º75.11%45.69%-
HSV(B)249.94º85.78%80%-
XYZ13.086.1457.62-
YUV57.62210.61128.27-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.93%
GREEN value IS 29 (11.72% from 255) = 9.97%
BLUE value IS 204 (80.08% from 255) = 70.10%
R=19.93%
G=9.97%
B=70.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal58292040.720.8600.2249.9475.1145.69
Hex3A1DCC4856014fa4b2e
Octal723531411012602437211356
Binary111010111011100110010010001010110010100111110101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,29,204); }

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

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

 a { background-color: rgb(58,29,204); }

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

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

 span { border-color: rgb(58,29,204); }

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