Html Css Color HEX #3C18BF Purple Heart

📋 copy color: '#3C18BF'

red 60 ◦ green 24 ◦ blue 191

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

Shades of Purple Heart #3C18BF

Tints of Purple Heart #3C18BF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.73%

 BLUE value IS 191 (75% from 255) = 69.45%

R = 21.82%
G = 8.73%
B = 69.45%

CMYK

 C value IS 0.69

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C18BF (or 0x3C18BF) is known color: Purple Heart. HEX triplet: 3C, 18 and BF. RGB value is (60,24,191). Sum of RGB (Red+Green+Blue) = 60+24+191=275 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.82% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 191 (75% from 255 or 69.45% from 275); Max value from RGB is 191 - color contains mainly: blue. Hex color #3C18BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C18BF is #C3E740. Grayscale: #353535. Windows color (decimal): -12838721 or 12523580. OLE color: 12523580.

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

Color convert

RGB 60 24 191 -
CMYK 0.69 0.87 0 0.25
HSL 252.93º 0.78% 0.42% -
HSV(B) 252.93º 0.87% 0.75% -
XYZ 11.59 5.38 49.72 -
YUV 53.8 205.43 132.42 -
System Red Green Blue C M Y K H S L
Decimal 60 24 191 0.69 0.87 0 0.25 252.93 0.78 0.42
Hex 3C 18 BF 45 57 0 19 FD 4E 2A
Octal 74 30 277 105 127 0 31 375 116 52
Binary 111100 11000 10111111 1000101 1010111 0 11001 11111101 1001110 101010

Color Harmonies of #3C18BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C18BF

Black with #3C18BF

Text Example


Text Example

White with #3C18BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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