Html Css Color HEX #3C04BD Purple Heart

📋 copy color: '#3C04BD'

red 60 ◦ green 4 ◦ blue 189

#3C04BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #3C04BD

Tints of Purple Heart #3C04BD

RGB

 RED value IS 60 (23.83% from 255) = 23.72%

 GREEN value IS 4 (1.95% from 255) = 1.58%

 BLUE value IS 189 (74.22% from 255) = 74.7%

R = 23.72%
G = 1.58%
B = 74.7%

CMYK

 C value IS 0.68

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3C04BD (or 0x3C04BD) is known color: Purple Heart. HEX triplet: 3C, 04 and BD. RGB value is (60,4,189). Sum of RGB (Red+Green+Blue) = 60+4+189=253 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.72% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 189 (74.22% from 255 or 74.70% from 253); Max value from RGB is 189 - color contains mainly: blue. Hex color #3C04BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C04BD is #C3FB42. Grayscale: #292929. Windows color (decimal): -12843843 or 12387388. OLE color: 12387388.

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

Color convert

RGB 60 4 189 -
CMYK 0.68 0.98 0 0.26
HSL 258.16º 0.96% 0.38% -
HSV(B) 258.16º 0.98% 0.74% -
XYZ 11.09 4.72 48.47 -
YUV 41.83 211.05 140.96 -
System Red Green Blue C M Y K H S L
Decimal 60 4 189 0.68 0.98 0 0.26 258.16 0.96 0.38
Hex 3C 4 BD 44 62 0 1A 102 60 26
Octal 74 4 275 104 142 0 32 402 140 46
Binary 111100 100 10111101 1000100 1100010 0 11010 100000010 1100000 100110

Color Harmonies of #3C04BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C04BD

Black with #3C04BD

Text Example


Text Example

White with #3C04BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C04BD;
 }
 .AnyTagClassName
 {
   color: #3C04BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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