Html Css Color HEX #4028BA Purple Heart

📋 copy color: '#4028BA'

red 64 ◦ green 40 ◦ blue 186

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

Shades of Purple Heart #4028BA

Tints of Purple Heart #4028BA

RGB

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

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

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

R = 22.07%
G = 13.79%
B = 64.14%

CMYK

 C value IS 0.66

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4028BA (or 0x4028BA) is known color: Purple Heart. HEX triplet: 40, 28 and BA. RGB value is (64,40,186). Sum of RGB (Red+Green+Blue) = 64+40+186=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 40 (16.02% from 255 or 13.79% from 290); Blue value is 186 (73.05% from 255 or 64.14% from 290); Max value from RGB is 186 - color contains mainly: blue. Hex color #4028BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4028BA is #BFD745. Grayscale: #3F3F3F. Windows color (decimal): -12572486 or 12200000. OLE color: 12200000.

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

Color convert

RGB 64 40 186 -
CMYK 0.66 0.78 0 0.27
HSL 249.86º 0.65% 0.44% -
HSV(B) 249.86º 0.78% 0.73% -
XYZ 11.74 6.15 47.02 -
YUV 63.82 196.95 128.13 -
System Red Green Blue C M Y K H S L
Decimal 64 40 186 0.66 0.78 0 0.27 249.86 0.65 0.44
Hex 40 28 BA 42 4E 0 1B FA 41 2C
Octal 100 50 272 102 116 0 33 372 101 54
Binary 1000000 101000 10111010 1000010 1001110 0 11011 11111010 1000001 101100

Color Harmonies of #4028BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4028BA

Black with #4028BA

Text Example


Text Example

White with #4028BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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