Html Css Color HEX #4028BC Purple Heart

📋 copy color: '#4028BC'

red 64 ◦ green 40 ◦ blue 188

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

Shades of Purple Heart #4028BC

Tints of Purple Heart #4028BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 64.38%

R = 21.92%
G = 13.7%
B = 64.38%

CMYK

 C value IS 0.66

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4028BC (or 0x4028BC) is known color: Purple Heart. HEX triplet: 40, 28 and BC. RGB value is (64,40,188). Sum of RGB (Red+Green+Blue) = 64+40+188=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 188 (73.83% from 255 or 64.38% from 292); Max value from RGB is 188 - color contains mainly: blue. Hex color #4028BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4028BC is #BFD743. Grayscale: #3F3F3F. Windows color (decimal): -12572484 or 12331072. OLE color: 12331072.

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

Color convert

RGB 64 40 188 -
CMYK 0.66 0.79 0 0.26
HSL 249.73º 0.65% 0.45% -
HSV(B) 249.73º 0.79% 0.74% -
XYZ 11.95 6.24 48.15 -
YUV 64.05 197.95 127.97 -
System Red Green Blue C M Y K H S L
Decimal 64 40 188 0.66 0.79 0 0.26 249.73 0.65 0.45
Hex 40 28 BC 42 4F 0 1A FA 41 2D
Octal 100 50 274 102 117 0 32 372 101 55
Binary 1000000 101000 10111100 1000010 1001111 0 11010 11111010 1000001 101101

Color Harmonies of #4028BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4028BC

Black with #4028BC

Text Example


Text Example

White with #4028BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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