Html Css Color HEX #3C04BA Purple Heart

📋 copy color: '#3C04BA'

red 60 ◦ green 4 ◦ blue 186

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

Shades of Purple Heart #3C04BA

Tints of Purple Heart #3C04BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 74.4%

R = 24%
G = 1.6%
B = 74.4%

CMYK

 C value IS 0.68

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3C04BA (or 0x3C04BA) is known color: Purple Heart. HEX triplet: 3C, 04 and BA. RGB value is (60,4,186). Sum of RGB (Red+Green+Blue) = 60+4+186=250 (33% of max value = 765). Red value is 60 (23.83% from 255 or 24% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 186 (73.05% from 255 or 74.4% from 250); Max value from RGB is 186 - color contains mainly: blue. Hex color #3C04BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C04BA is #C3FB45. Grayscale: #282828. Windows color (decimal): -12843846 or 12190780. OLE color: 12190780.

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

Color convert

RGB 60 4 186 -
CMYK 0.68 0.98 0 0.27
HSL 258.46º 0.96% 0.37% -
HSV(B) 258.46º 0.98% 0.73% -
XYZ 10.77 4.59 46.77 -
YUV 41.49 209.55 141.2 -
System Red Green Blue C M Y K H S L
Decimal 60 4 186 0.68 0.98 0 0.27 258.46 0.96 0.37
Hex 3C 4 BA 44 62 0 1B 102 60 25
Octal 74 4 272 104 142 0 33 402 140 45
Binary 111100 100 10111010 1000100 1100010 0 11011 100000010 1100000 100101

Color Harmonies of #3C04BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C04BA

Black with #3C04BA

Text Example


Text Example

White with #3C04BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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