Html Css Color HEX #3F28BB Purple Heart

📋 copy color: '#3F28BB'

red 63 ◦ green 40 ◦ blue 187

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

Shades of Purple Heart #3F28BB

Tints of Purple Heart #3F28BB

RGB

 RED value IS 63 (25% from 255) = 21.72%

 GREEN value IS 40 (16.02% from 255) = 13.79%

 BLUE value IS 187 (73.44% from 255) = 64.48%

R = 21.72%
G = 13.79%
B = 64.48%

CMYK

 C value IS 0.66

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3F28BB (or 0x3F28BB) is known color: Purple Heart. HEX triplet: 3F, 28 and BB. RGB value is (63,40,187). Sum of RGB (Red+Green+Blue) = 63+40+187=290 (38% of max value = 765). Red value is 63 (25% from 255 or 21.72% from 290); Green value is 40 (16.02% from 255 or 13.79% from 290); Blue value is 187 (73.44% from 255 or 64.48% from 290); Max value from RGB is 187 - color contains mainly: blue. Hex color #3F28BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F28BB is #C0D744. Grayscale: #3F3F3F. Windows color (decimal): -12638021 or 12265535. OLE color: 12265535.

HSL color Cylindrical-coordinate representation of color #3F28BB: hue angle of 249.39º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F28BB is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 63 40 187 -
CMYK 0.66 0.79 0 0.27
HSL 249.39º 0.65% 0.45% -
HSV(B) 249.39º 0.79% 0.73% -
XYZ 11.78 6.16 47.58 -
YUV 63.64 197.62 127.55 -
System Red Green Blue C M Y K H S L
Decimal 63 40 187 0.66 0.79 0 0.27 249.39 0.65 0.45
Hex 3F 28 BB 42 4F 0 1B F9 41 2D
Octal 77 50 273 102 117 0 33 371 101 55
Binary 111111 101000 10111011 1000010 1001111 0 11011 11111001 1000001 101101

Color Harmonies of #3F28BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F28BB

Black with #3F28BB

Text Example


Text Example

White with #3F28BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,40,187); }

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

background-color css

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

 a { background-color: rgb(63,40,187); }

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

border-color css

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

 span { border-color: rgb(63,40,187); }

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