#3C09BF

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

Shades of Purple Heart #3C09BF

Tints of Purple Heart #3C09BF

Color information

#3C09BF (or 0x3C09BF) is unknown color: approx Purple Heart. HEX triplet: 3C, 09 and BF. RGB value is (60,9,191). Sum of RGB (Red+Green+Blue) = 60+9+191=260 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.08% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 191 (75% from 255 or 73.46% from 260); Max value from RGB is 191 - color contains mainly: blue. Hex color #3C09BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C09BF is #C3F640. Grayscale: #2C2C2C. Windows color (decimal): -12842561 or 12519740. OLE color: 12519740.

HSL color Cylindrical-coordinate representation of color #3C09BF: hue angle of 256.81º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C09BF is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB609191-
CMYK0.690.9500.25
HSL256.81º91%39.22%-
HSV(B)256.81º95.29%74.9%-
XYZ11.374.9249.64-
YUV45210.4138.7-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.08%
GREEN value IS 9 (3.91% from 255) = 3.46%
BLUE value IS 191 (75% from 255) = 73.46%
R=23.08%
G=3.46%
B=73.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal6091910.690.9500.25256.819139.22
Hex3C9BF455F0191015b27
Octal741127710513703140113347
Binary111100100110111111100010110111110110011000000011011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C09BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,9,191); }

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

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

 a { background-color: rgb(60,9,191); }

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

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

 span { border-color: rgb(60,9,191); }

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