Html Css Color HEX #3B09BA Purple Heart

📋 copy color: '#3B09BA'

red 59 ◦ green 9 ◦ blue 186

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

Shades of Purple Heart #3B09BA

Tints of Purple Heart #3B09BA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.54%

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

R = 23.23%
G = 3.54%
B = 73.23%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3B09BA (or 0x3B09BA) is known color: Purple Heart. HEX triplet: 3B, 09 and BA. RGB value is (59,9,186). Sum of RGB (Red+Green+Blue) = 59+9+186=254 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.23% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 186 (73.05% from 255 or 73.23% from 254); Max value from RGB is 186 - color contains mainly: blue. Hex color #3B09BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B09BA is #C4F645. Grayscale: #2B2B2B. Windows color (decimal): -12908102 or 12192059. OLE color: 12192059.

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

Color convert

RGB 59 9 186 -
CMYK 0.68 0.95 0 0.27
HSL 256.95º 0.91% 0.38% -
HSV(B) 256.95º 0.95% 0.73% -
XYZ 10.76 4.67 46.79 -
YUV 44.13 208.07 138.61 -
System Red Green Blue C M Y K H S L
Decimal 59 9 186 0.68 0.95 0 0.27 256.95 0.91 0.38
Hex 3B 9 BA 44 5F 0 1B 101 5B 26
Octal 73 11 272 104 137 0 33 401 133 46
Binary 111011 1001 10111010 1000100 1011111 0 11011 100000001 1011011 100110

Color Harmonies of #3B09BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B09BA

Black with #3B09BA

Text Example


Text Example

White with #3B09BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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