Html Css Color HEX #3A1DBE Purple Heart

📋 copy color: '#3A1DBE'

red 58 ◦ green 29 ◦ blue 190

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

Shades of Purple Heart #3A1DBE

Tints of Purple Heart #3A1DBE

RGB

 RED value IS 58 (23.05% from 255) = 20.94%

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

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

R = 20.94%
G = 10.47%
B = 68.59%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3A1DBE (or 0x3A1DBE) is known color: Purple Heart. HEX triplet: 3A, 1D and BE. RGB value is (58,29,190). Sum of RGB (Red+Green+Blue) = 58+29+190=277 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.94% from 277); Green value is 29 (11.72% from 255 or 10.47% from 277); Blue value is 190 (74.61% from 255 or 68.59% from 277); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A1DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A1DBE is #C5E241. Grayscale: #373737. Windows color (decimal): -12968514 or 12459322. OLE color: 12459322.

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

Color convert

RGB 58 29 190 -
CMYK 0.69 0.85 0 0.25
HSL 250.81º 0.74% 0.43% -
HSV(B) 250.81º 0.85% 0.75% -
XYZ 11.48 5.5 49.17 -
YUV 56.03 203.61 129.41 -
System Red Green Blue C M Y K H S L
Decimal 58 29 190 0.69 0.85 0 0.25 250.81 0.74 0.43
Hex 3A 1D BE 45 55 0 19 FB 4A 2B
Octal 72 35 276 105 125 0 31 373 112 53
Binary 111010 11101 10111110 1000101 1010101 0 11001 11111011 1001010 101011

Color Harmonies of #3A1DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1DBE

Black with #3A1DBE

Text Example


Text Example

White with #3A1DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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