Html Css Color HEX #3A04B9 Purple Heart

📋 copy color: '#3A04B9'

red 58 ◦ green 4 ◦ blue 185

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

Shades of Purple Heart #3A04B9

Tints of Purple Heart #3A04B9

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.62%

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

R = 23.48%
G = 1.62%
B = 74.9%

CMYK

 C value IS 0.69

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3A04B9 (or 0x3A04B9) is known color: Purple Heart. HEX triplet: 3A, 04 and B9. RGB value is (58,4,185). Sum of RGB (Red+Green+Blue) = 58+4+185=247 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.48% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 185 (72.66% from 255 or 74.90% from 247); Max value from RGB is 185 - color contains mainly: blue. Hex color #3A04B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A04B9 is #C5FB46. Grayscale: #282828. Windows color (decimal): -12974919 or 12125242. OLE color: 12125242.

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

Color convert

RGB 58 4 185 -
CMYK 0.69 0.98 0 0.27
HSL 257.9º 0.96% 0.37% -
HSV(B) 257.9º 0.98% 0.73% -
XYZ 10.55 4.49 46.21 -
YUV 40.78 209.39 140.28 -
System Red Green Blue C M Y K H S L
Decimal 58 4 185 0.69 0.98 0 0.27 257.9 0.96 0.37
Hex 3A 4 B9 45 62 0 1B 102 60 25
Octal 72 4 271 105 142 0 33 402 140 45
Binary 111010 100 10111001 1000101 1100010 0 11011 100000010 1100000 100101

Color Harmonies of #3A04B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A04B9

Black with #3A04B9

Text Example


Text Example

White with #3A04B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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