Html Css Color HEX #4028BB Purple Heart

📋 copy color: '#4028BB'

red 64 ◦ green 40 ◦ blue 187

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

Shades of Purple Heart #4028BB

Tints of Purple Heart #4028BB

RGB

 RED value IS 64 (25.39% from 255) = 21.99%

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

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

R = 21.99%
G = 13.75%
B = 64.26%

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

#4028BB (or 0x4028BB) is known color: Purple Heart. HEX triplet: 40, 28 and BB. RGB value is (64,40,187). Sum of RGB (Red+Green+Blue) = 64+40+187=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 187 (73.44% from 255 or 64.26% from 291); Max value from RGB is 187 - color contains mainly: blue. Hex color #4028BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4028BB is #BFD744. Grayscale: #3F3F3F. Windows color (decimal): -12572485 or 12265536. OLE color: 12265536.

HSL color Cylindrical-coordinate representation of color #4028BB: hue angle of 249.8º 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 #4028BB is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 40 187 -
CMYK 0.66 0.79 0 0.27
HSL 249.8º 0.65% 0.45% -
HSV(B) 249.8º 0.79% 0.73% -
XYZ 11.84 6.2 47.59 -
YUV 63.93 197.45 128.05 -
System Red Green Blue C M Y K H S L
Decimal 64 40 187 0.66 0.79 0 0.27 249.8 0.65 0.45
Hex 40 28 BB 42 4F 0 1B FA 41 2D
Octal 100 50 273 102 117 0 33 372 101 55
Binary 1000000 101000 10111011 1000010 1001111 0 11011 11111010 1000001 101101

Color Harmonies of #4028BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4028BB

Black with #4028BB

Text Example


Text Example

White with #4028BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4028BB; }

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

 H1.HeaderClassName
 {
   color: #4028BB;
 }
 .AnyTagClassName
 {
   color: #4028BB;
 }
</style>

background-color css

<style>
 a { background-color: #4028BB; }

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

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

border-color css

<style>
 span { border-color: #4028BB; }

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

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