Html Css Color HEX #3511BF Purple Heart

📋 copy color: '#3511BF'

red 53 ◦ green 17 ◦ blue 191

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

Shades of Purple Heart #3511BF

Tints of Purple Heart #3511BF

RGB

 RED value IS 53 (21.09% from 255) = 20.31%

 GREEN value IS 17 (7.03% from 255) = 6.51%

 BLUE value IS 191 (75% from 255) = 73.18%

R = 20.31%
G = 6.51%
B = 73.18%

CMYK

 C value IS 0.72

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3511BF (or 0x3511BF) is known color: Purple Heart. HEX triplet: 35, 11 and BF. RGB value is (53,17,191). Sum of RGB (Red+Green+Blue) = 53+17+191=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 191 (75% from 255 or 73.18% from 261); Max value from RGB is 191 - color contains mainly: blue. Hex color #3511BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3511BF is #CAEE40. Grayscale: #2E2E2E. Windows color (decimal): -13299265 or 12521781. OLE color: 12521781.

HSL color Cylindrical-coordinate representation of color #3511BF: hue angle of 252.41º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3511BF is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 17 191 -
CMYK 0.72 0.91 0 0.25
HSL 252.41º 0.84% 0.41% -
HSV(B) 252.41º 0.91% 0.75% -
XYZ 11.07 4.92 49.66 -
YUV 47.6 208.93 131.85 -
System Red Green Blue C M Y K H S L
Decimal 53 17 191 0.72 0.91 0 0.25 252.41 0.84 0.41
Hex 35 11 BF 48 5B 0 19 FC 54 29
Octal 65 21 277 110 133 0 31 374 124 51
Binary 110101 10001 10111111 1001000 1011011 0 11001 11111100 1010100 101001

Color Harmonies of #3511BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3511BF

Black with #3511BF

Text Example


Text Example

White with #3511BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3511BF; }

 p { color: rgb(53,17,191); }

 H1.HeaderClassName
 {
   color: #3511BF;
 }
 .AnyTagClassName
 {
   color: #3511BF;
 }
</style>

background-color css

<style>
 a { background-color: #3511BF; }

 a { background-color: rgb(53,17,191); }

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

border-color css

<style>
 span { border-color: #3511BF; }

 span { border-color: rgb(53,17,191); }

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