Html Css Color HEX #3B1CBA Purple Heart

📋 copy color: '#3B1CBA'

red 59 ◦ green 28 ◦ blue 186

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

Shades of Purple Heart #3B1CBA

Tints of Purple Heart #3B1CBA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.26%

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

R = 21.61%
G = 10.26%
B = 68.13%

CMYK

 C value IS 0.68

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3B1CBA (or 0x3B1CBA) is known color: Purple Heart. HEX triplet: 3B, 1C and BA. RGB value is (59,28,186). Sum of RGB (Red+Green+Blue) = 59+28+186=273 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.61% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 186 (73.05% from 255 or 68.13% from 273); Max value from RGB is 186 - color contains mainly: blue. Hex color #3B1CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B1CBA is #C4E345. Grayscale: #363636. Windows color (decimal): -12903238 or 12196923. OLE color: 12196923.

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

Color convert

RGB 59 28 186 -
CMYK 0.68 0.85 0 0.27
HSL 251.77º 0.74% 0.42% -
HSV(B) 251.77º 0.85% 0.73% -
XYZ 11.08 5.31 46.89 -
YUV 55.28 201.77 130.65 -
System Red Green Blue C M Y K H S L
Decimal 59 28 186 0.68 0.85 0 0.27 251.77 0.74 0.42
Hex 3B 1C BA 44 55 0 1B FC 4A 2A
Octal 73 34 272 104 125 0 33 374 112 52
Binary 111011 11100 10111010 1000100 1010101 0 11011 11111100 1001010 101010

Color Harmonies of #3B1CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1CBA

Black with #3B1CBA

Text Example


Text Example

White with #3B1CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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