Html Css Color HEX #3A15B9 Purple Heart

📋 copy color: '#3A15B9'

red 58 ◦ green 21 ◦ blue 185

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

Shades of Purple Heart #3A15B9

Tints of Purple Heart #3A15B9

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.95%

 BLUE value IS 185 (72.66% from 255) = 70.08%

R = 21.97%
G = 7.95%
B = 70.08%

CMYK

 C value IS 0.69

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3A15B9 (or 0x3A15B9) is known color: Purple Heart. HEX triplet: 3A, 15 and B9. RGB value is (58,21,185). Sum of RGB (Red+Green+Blue) = 58+21+185=264 (34% of max value = 765). Red value is 58 (23.05% from 255 or 21.97% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 185 (72.66% from 255 or 70.08% from 264); Max value from RGB is 185 - color contains mainly: blue. Hex color #3A15B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A15B9 is #C5EA46. Grayscale: #323232. Windows color (decimal): -12970567 or 12129594. OLE color: 12129594.

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

Color convert

RGB 58 21 185 -
CMYK 0.69 0.89 0 0.27
HSL 253.54º 0.8% 0.4% -
HSV(B) 253.54º 0.89% 0.73% -
XYZ 10.77 4.94 46.28 -
YUV 50.76 203.76 133.16 -
System Red Green Blue C M Y K H S L
Decimal 58 21 185 0.69 0.89 0 0.27 253.54 0.8 0.4
Hex 3A 15 B9 45 59 0 1B FE 50 28
Octal 72 25 271 105 131 0 33 376 120 50
Binary 111010 10101 10111001 1000101 1011001 0 11011 11111110 1010000 101000

Color Harmonies of #3A15B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A15B9

Black with #3A15B9

Text Example


Text Example

White with #3A15B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,21,185); }

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

background-color css

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

 a { background-color: rgb(58,21,185); }

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

border-color css

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

 span { border-color: rgb(58,21,185); }

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