#3C26BF

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

Shades of Purple Heart #3C26BF

Tints of Purple Heart #3C26BF

Color information

#3C26BF (or 0x3C26BF) is unknown color: approx Purple Heart. HEX triplet: 3C, 26 and BF. RGB value is (60,38,191). Sum of RGB (Red+Green+Blue) = 60+38+191=289 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.76% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 191 (75% from 255 or 66.09% from 289); Max value from RGB is 191 - color contains mainly: blue. Hex color #3C26BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C26BF is #C3D940. Grayscale: #3D3D3D. Windows color (decimal): -12835137 or 12527164. OLE color: 12527164.

HSL color Cylindrical-coordinate representation of color #3C26BF: hue angle of 248.63º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C26BF is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6038191-
CMYK0.690.8000.25
HSL248.63º66.81%44.9%-
HSV(B)248.63º80.1%74.9%-
XYZ11.966.1149.84-
YUV62.02200.79126.56-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.76%
GREEN value IS 38 (15.23% from 255) = 13.15%
BLUE value IS 191 (75% from 255) = 66.09%
R=20.76%
G=13.15%
B=66.09%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal60381910.690.8000.25248.6366.8144.9
Hex3C26BF4550019f9432d
Octal744627710512003137110355
Binary1111001001101011111110001011010000011001111110011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C26BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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