Html Css Color HEX #3B01BA Purple Heart

📋 copy color: '#3B01BA'

red 59 ◦ green 1 ◦ blue 186

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

Shades of Purple Heart #3B01BA

Tints of Purple Heart #3B01BA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 23.98%
G = 0.41%
B = 75.61%

CMYK

 C value IS 0.68

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3B01BA (or 0x3B01BA) is known color: Purple Heart. HEX triplet: 3B, 01 and BA. RGB value is (59,1,186). Sum of RGB (Red+Green+Blue) = 59+1+186=246 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.98% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 186 (73.05% from 255 or 75.61% from 246); Max value from RGB is 186 - color contains mainly: blue. Hex color #3B01BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B01BA is #C4FE45. Grayscale: #262626. Windows color (decimal): -12910150 or 12190011. OLE color: 12190011.

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

Color convert

RGB 59 1 186 -
CMYK 0.68 0.99 0 0.27
HSL 258.81º 0.99% 0.37% -
HSV(B) 258.81º 0.99% 0.73% -
XYZ 10.68 4.5 46.76 -
YUV 39.43 210.72 141.96 -
System Red Green Blue C M Y K H S L
Decimal 59 1 186 0.68 0.99 0 0.27 258.81 0.99 0.37
Hex 3B 1 BA 44 63 0 1B 103 63 25
Octal 73 1 272 104 143 0 33 403 143 45
Binary 111011 1 10111010 1000100 1100011 0 11011 100000011 1100011 100101

Color Harmonies of #3B01BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B01BA

Black with #3B01BA

Text Example


Text Example

White with #3B01BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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