#3A06BA

Color #3A06BA Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #3A06BA

Tints of Purple Heart #3A06BA

Color information

#3A06BA (or 0x3A06BA) is unknown color: approx Purple Heart. HEX triplet: 3A, 06 and BA. RGB value is (58,6,186). Sum of RGB (Red+Green+Blue) = 58+6+186=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 186 (73.05% from 255 or 74.4% from 250); Max value from RGB is 186 - color contains mainly: blue. Hex color #3A06BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A06BA is #C5F945. Grayscale: #292929. Windows color (decimal): -12974406 or 12191290. OLE color: 12191290.

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

Color convert

RGB586186-
CMYK0.690.9700.27
HSL257.33º93.75%37.65%-
HSV(B)257.33º96.77%72.94%-
XYZ10.674.5746.77-
YUV42.07209.23139.36-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.2%
GREEN value IS 6 (2.73% from 255) = 2.4%
BLUE value IS 186 (73.05% from 255) = 74.4%
R=23.2%
G=2.4%
B=74.4%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal5861860.690.9700.27257.3393.7537.65
Hex3A6BA456101B1015e26
Octal72627210514103340113646
Binary11101011010111010100010111000010110111000000011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A06BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3A06BA;
 }
 .AnyTagClassName
 {
   color: #3A06BA;
 }
</style>
background-color css

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

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

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

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

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

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