#3C08BD

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

Shades of Purple Heart #3C08BD

Tints of Purple Heart #3C08BD

Color information

#3C08BD (or 0x3C08BD) is unknown color: approx Purple Heart. HEX triplet: 3C, 08 and BD. RGB value is (60,8,189). Sum of RGB (Red+Green+Blue) = 60+8+189=257 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.35% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 189 (74.22% from 255 or 73.54% from 257); Max value from RGB is 189 - color contains mainly: blue. Hex color #3C08BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C08BD is #C3F742. Grayscale: #2B2B2B. Windows color (decimal): -12842819 or 12388412. OLE color: 12388412.

HSL color Cylindrical-coordinate representation of color #3C08BD: hue angle of 257.24º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3C08BD is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB608189-
CMYK0.680.9600.26
HSL257.24º91.88%38.63%-
HSV(B)257.24º95.77%74.12%-
XYZ11.144.8148.49-
YUV44.18209.73139.28-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.35%
GREEN value IS 8 (3.52% from 255) = 3.11%
BLUE value IS 189 (74.22% from 255) = 73.54%
R=23.35%
G=3.11%
B=73.54%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal6081890.680.9600.26257.2491.8838.63
Hex3C8BD446001A1015c27
Octal741027510414003240113447
Binary111100100010111101100010011000000110101000000011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C08BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,8,189); }

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

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

 a { background-color: rgb(60,8,189); }

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

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

 span { border-color: rgb(60,8,189); }

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