Html Css Color HEX #3A1EC0 Purple Heart

📋 copy color: '#3A1EC0'

red 58 ◦ green 30 ◦ blue 192

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

Shades of Purple Heart #3A1EC0

Tints of Purple Heart #3A1EC0

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.71%

 BLUE value IS 192 (75.39% from 255) = 68.57%

R = 20.71%
G = 10.71%
B = 68.57%

CMYK

 C value IS 0.70

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3A1EC0 (or 0x3A1EC0) is known color: Purple Heart. HEX triplet: 3A, 1E and C0. RGB value is (58,30,192). Sum of RGB (Red+Green+Blue) = 58+30+192=280 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.71% from 280); Green value is 30 (12.11% from 255 or 10.71% from 280); Blue value is 192 (75.39% from 255 or 68.57% from 280); Max value from RGB is 192 - color contains mainly: blue. Hex color #3A1EC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A1EC0 is #C5E13F. Grayscale: #383838. Windows color (decimal): -12968256 or 12590650. OLE color: 12590650.

HSL color Cylindrical-coordinate representation of color #3A1EC0: hue angle of 250.37º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A1EC0 is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 58 30 192 -
CMYK 0.70 0.84 0 0.25
HSL 250.37º 0.73% 0.44% -
HSV(B) 250.37º 0.84% 0.75% -
XYZ 11.72 5.63 50.34 -
YUV 56.84 204.28 128.83 -
System Red Green Blue C M Y K H S L
Decimal 58 30 192 0.70 0.84 0 0.25 250.37 0.73 0.44
Hex 3A 1E C0 46 54 0 19 FA 49 2C
Octal 72 36 300 106 124 0 31 372 111 54
Binary 111010 11110 11000000 1000110 1010100 0 11001 11111010 1001001 101100

Color Harmonies of #3A1EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1EC0

Black with #3A1EC0

Text Example


Text Example

White with #3A1EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,30,192); }

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

background-color css

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

 a { background-color: rgb(58,30,192); }

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

border-color css

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

 span { border-color: rgb(58,30,192); }

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