Html Css Color HEX #3D1DBE Purple Heart

📋 copy color: '#3D1DBE'

red 61 ◦ green 29 ◦ blue 190

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

Shades of Purple Heart #3D1DBE

Tints of Purple Heart #3D1DBE

RGB

 RED value IS 61 (24.22% from 255) = 21.79%

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

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

R = 21.79%
G = 10.36%
B = 67.86%

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

#3D1DBE (or 0x3D1DBE) is known color: Purple Heart. HEX triplet: 3D, 1D and BE. RGB value is (61,29,190). Sum of RGB (Red+Green+Blue) = 61+29+190=280 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.79% from 280); Green value is 29 (11.72% from 255 or 10.36% from 280); Blue value is 190 (74.61% from 255 or 67.86% from 280); Max value from RGB is 190 - color contains mainly: blue. Hex color #3D1DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D1DBE is #C2E241. Grayscale: #383838. Windows color (decimal): -12771906 or 12459325. OLE color: 12459325.

HSL color Cylindrical-coordinate representation of color #3D1DBE: hue angle of 251.93º 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 #3D1DBE is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 61 29 190 -
CMYK 0.68 0.85 0 0.25
HSL 251.93º 0.74% 0.43% -
HSV(B) 251.93º 0.85% 0.75% -
XYZ 11.66 5.59 49.18 -
YUV 56.92 203.1 130.91 -
System Red Green Blue C M Y K H S L
Decimal 61 29 190 0.68 0.85 0 0.25 251.93 0.74 0.43
Hex 3D 1D BE 44 55 0 19 FC 4A 2B
Octal 75 35 276 104 125 0 31 374 112 53
Binary 111101 11101 10111110 1000100 1010101 0 11001 11111100 1001010 101011

Color Harmonies of #3D1DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1DBE

Black with #3D1DBE

Text Example


Text Example

White with #3D1DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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