Html Css Color HEX #3C1DB3 Purple Heart

📋 copy color: '#3C1DB3'

red 60 ◦ green 29 ◦ blue 179

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

Shades of Purple Heart #3C1DB3

Tints of Purple Heart #3C1DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 66.79%

R = 22.39%
G = 10.82%
B = 66.79%

CMYK

 C value IS 0.66

 M value IS 0.84

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3C1DB3 (or 0x3C1DB3) is known color: Purple Heart. HEX triplet: 3C, 1D and B3. RGB value is (60,29,179). Sum of RGB (Red+Green+Blue) = 60+29+179=268 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.39% from 268); Green value is 29 (11.72% from 255 or 10.82% from 268); Blue value is 179 (70.31% from 255 or 66.79% from 268); Max value from RGB is 179 - color contains mainly: blue. Hex color #3C1DB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C1DB3 is #C3E24C. Grayscale: #363636. Windows color (decimal): -12837453 or 11738428. OLE color: 11738428.

HSL color Cylindrical-coordinate representation of color #3C1DB3: hue angle of 252.4º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C1DB3 is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 60 29 179 -
CMYK 0.66 0.84 0 0.30
HSL 252.4º 0.72% 0.41% -
HSV(B) 252.4º 0.84% 0.7% -
XYZ 10.44 5.09 43.08 -
YUV 55.37 197.77 131.3 -
System Red Green Blue C M Y K H S L
Decimal 60 29 179 0.66 0.84 0 0.30 252.4 0.72 0.41
Hex 3C 1D B3 42 54 0 1E FC 48 29
Octal 74 35 263 102 124 0 36 374 110 51
Binary 111100 11101 10110011 1000010 1010100 0 11110 11111100 1001000 101001

Color Harmonies of #3C1DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1DB3

Black with #3C1DB3

Text Example


Text Example

White with #3C1DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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