#3A1BCC

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

Shades of Purple Heart #3A1BCC

Tints of Purple Heart #3A1BCC

Color information

#3A1BCC (or 0x3A1BCC) is unknown color: approx Purple Heart. HEX triplet: 3A, 1B and CC. RGB value is (58,27,204). Sum of RGB (Red+Green+Blue) = 58+27+204=289 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.07% from 289); Green value is 27 (10.94% from 255 or 9.34% from 289); Blue value is 204 (80.08% from 255 or 70.59% from 289); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A1BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A1BCC is #C5E433. Grayscale: #373737. Windows color (decimal): -12969012 or 13376314. OLE color: 13376314.

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

Color convert

RGB5827204-
CMYK0.720.8700.2
HSL250.51º76.62%45.29%-
HSV(B)250.51º86.76%80%-
XYZ13.046.0457.61-
YUV56.45211.27129.11-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.07%
GREEN value IS 27 (10.94% from 255) = 9.34%
BLUE value IS 204 (80.08% from 255) = 70.59%
R=20.07%
G=9.34%
B=70.59%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal58272040.720.8700.2250.5176.6245.29
Hex3A1BCC4857014fb4d2d
Octal723331411012702437311555
Binary111010110111100110010010001010111010100111110111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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