Html Css Color HEX #3B18BA Purple Heart

📋 copy color: '#3B18BA'

red 59 ◦ green 24 ◦ blue 186

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

Shades of Purple Heart #3B18BA

Tints of Purple Heart #3B18BA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.92%

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

R = 21.93%
G = 8.92%
B = 69.14%

CMYK

 C value IS 0.68

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3B18BA (or 0x3B18BA) is known color: Purple Heart. HEX triplet: 3B, 18 and BA. RGB value is (59,24,186). Sum of RGB (Red+Green+Blue) = 59+24+186=269 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.93% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 186 (73.05% from 255 or 69.14% from 269); Max value from RGB is 186 - color contains mainly: blue. Hex color #3B18BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B18BA is #C4E745. Grayscale: #343434. Windows color (decimal): -12904262 or 12195899. OLE color: 12195899.

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

Color convert

RGB 59 24 186 -
CMYK 0.68 0.87 0 0.27
HSL 252.96º 0.77% 0.41% -
HSV(B) 252.96º 0.87% 0.73% -
XYZ 10.99 5.13 46.86 -
YUV 52.93 203.1 132.33 -
System Red Green Blue C M Y K H S L
Decimal 59 24 186 0.68 0.87 0 0.27 252.96 0.77 0.41
Hex 3B 18 BA 44 57 0 1B FD 4D 29
Octal 73 30 272 104 127 0 33 375 115 51
Binary 111011 11000 10111010 1000100 1010111 0 11011 11111101 1001101 101001

Color Harmonies of #3B18BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B18BA

Black with #3B18BA

Text Example


Text Example

White with #3B18BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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