#3C1DBB

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

Shades of Purple Heart #3C1DBB

Tints of Purple Heart #3C1DBB

Color information

#3C1DBB (or 0x3C1DBB) is unknown color: approx Purple Heart. HEX triplet: 3C, 1D and BB. RGB value is (60,29,187). Sum of RGB (Red+Green+Blue) = 60+29+187=276 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.74% from 276); Green value is 29 (11.72% from 255 or 10.51% from 276); Blue value is 187 (73.44% from 255 or 67.75% from 276); Max value from RGB is 187 - color contains mainly: blue. Hex color #3C1DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C1DBB is #C3E244. Grayscale: #373737. Windows color (decimal): -12837445 or 12262716. OLE color: 12262716.

HSL color Cylindrical-coordinate representation of color #3C1DBB: hue angle of 251.77º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C1DBB is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6029187-
CMYK0.680.8400.27
HSL251.77º73.15%42.35%-
HSV(B)251.77º84.49%73.33%-
XYZ11.275.4347.47-
YUV56.28201.77130.65-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.74%
GREEN value IS 29 (11.72% from 255) = 10.51%
BLUE value IS 187 (73.44% from 255) = 67.75%
R=21.74%
G=10.51%
B=67.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal60291870.680.8400.27251.7773.1542.35
Hex3C1DBB445401Bfc492a
Octal743527310412403337411152
Binary111100111011011101110001001010100011011111111001001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,29,187); }

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

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

 a { background-color: rgb(60,29,187); }

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

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

 span { border-color: rgb(60,29,187); }

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