Html Css Color HEX #3B05BA Purple Heart

📋 copy color: '#3B05BA'

red 59 ◦ green 5 ◦ blue 186

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

Shades of Purple Heart #3B05BA

Tints of Purple Heart #3B05BA

RGB

 RED value IS 59 (23.44% from 255) = 23.6%

 GREEN value IS 5 (2.34% from 255) = 2%

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

R = 23.6%
G = 2%
B = 74.4%

CMYK

 C value IS 0.68

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3B05BA (or 0x3B05BA) is known color: Purple Heart. HEX triplet: 3B, 05 and BA. RGB value is (59,5,186). Sum of RGB (Red+Green+Blue) = 59+5+186=250 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.6% from 250); Green value is 5 (2.34% from 255 or 2% 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 #3B05BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B05BA is #C4FA45. Grayscale: #292929. Windows color (decimal): -12909126 or 12191035. OLE color: 12191035.

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

Color convert

RGB 59 5 186 -
CMYK 0.68 0.97 0 0.27
HSL 257.9º 0.95% 0.37% -
HSV(B) 257.9º 0.97% 0.73% -
XYZ 10.72 4.58 46.77 -
YUV 41.78 209.39 140.28 -
System Red Green Blue C M Y K H S L
Decimal 59 5 186 0.68 0.97 0 0.27 257.9 0.95 0.37
Hex 3B 5 BA 44 61 0 1B 102 5F 25
Octal 73 5 272 104 141 0 33 402 137 45
Binary 111011 101 10111010 1000100 1100001 0 11011 100000010 1011111 100101

Color Harmonies of #3B05BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B05BA

Black with #3B05BA

Text Example


Text Example

White with #3B05BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,5,186); }

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

background-color css

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

 a { background-color: rgb(59,5,186); }

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

border-color css

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

 span { border-color: rgb(59,5,186); }

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