Html Css Color HEX #3C1DBE Purple Heart

📋 copy color: '#3C1DBE'

red 60 ◦ green 29 ◦ blue 190

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

Shades of Purple Heart #3C1DBE

Tints of Purple Heart #3C1DBE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.39%

 BLUE value IS 190 (74.61% from 255) = 68.1%

R = 21.51%
G = 10.39%
B = 68.1%

CMYK

 C value IS 0.68

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C1DBE (or 0x3C1DBE) is known color: Purple Heart. HEX triplet: 3C, 1D and BE. RGB value is (60,29,190). Sum of RGB (Red+Green+Blue) = 60+29+190=279 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.51% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 190 (74.61% from 255 or 68.10% from 279); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C1DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C1DBE is #C3E241. Grayscale: #383838. Windows color (decimal): -12837442 or 12459324. OLE color: 12459324.

HSL color Cylindrical-coordinate representation of color #3C1DBE: hue angle of 251.55º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C1DBE is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 29 190 -
CMYK 0.68 0.85 0 0.25
HSL 251.55º 0.74% 0.43% -
HSV(B) 251.55º 0.85% 0.75% -
XYZ 11.6 5.56 49.18 -
YUV 56.62 203.27 130.41 -
System Red Green Blue C M Y K H S L
Decimal 60 29 190 0.68 0.85 0 0.25 251.55 0.74 0.43
Hex 3C 1D BE 44 55 0 19 FC 4A 2B
Octal 74 35 276 104 125 0 31 374 112 53
Binary 111100 11101 10111110 1000100 1010101 0 11001 11111100 1001010 101011

Color Harmonies of #3C1DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1DBE

Black with #3C1DBE

Text Example


Text Example

White with #3C1DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,29,190); }

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

background-color css

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

 a { background-color: rgb(60,29,190); }

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

border-color css

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

 span { border-color: rgb(60,29,190); }

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