Html Css Color HEX #3A1EBA Purple Heart

📋 copy color: '#3A1EBA'

red 58 ◦ green 30 ◦ blue 186

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

Shades of Purple Heart #3A1EBA

Tints of Purple Heart #3A1EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 67.88%

R = 21.17%
G = 10.95%
B = 67.88%

CMYK

 C value IS 0.69

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3A1EBA (or 0x3A1EBA) is known color: Purple Heart. HEX triplet: 3A, 1E and BA. RGB value is (58,30,186). Sum of RGB (Red+Green+Blue) = 58+30+186=274 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.17% from 274); Green value is 30 (12.11% from 255 or 10.95% from 274); Blue value is 186 (73.05% from 255 or 67.88% from 274); Max value from RGB is 186 - color contains mainly: blue. Hex color #3A1EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A1EBA is #C5E145. Grayscale: #373737. Windows color (decimal): -12968262 or 12197434. OLE color: 12197434.

HSL color Cylindrical-coordinate representation of color #3A1EBA: hue angle of 250.77º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A1EBA is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 58 30 186 -
CMYK 0.69 0.84 0 0.27
HSL 250.77º 0.72% 0.42% -
HSV(B) 250.77º 0.84% 0.73% -
XYZ 11.07 5.37 46.91 -
YUV 56.16 201.28 129.32 -
System Red Green Blue C M Y K H S L
Decimal 58 30 186 0.69 0.84 0 0.27 250.77 0.72 0.42
Hex 3A 1E BA 45 54 0 1B FB 48 2A
Octal 72 36 272 105 124 0 33 373 110 52
Binary 111010 11110 10111010 1000101 1010100 0 11011 11111011 1001000 101010

Color Harmonies of #3A1EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1EBA

Black with #3A1EBA

Text Example


Text Example

White with #3A1EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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