Html Css Color HEX #4029BD Purple Heart

📋 copy color: '#4029BD'

red 64 ◦ green 41 ◦ blue 189

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

Shades of Purple Heart #4029BD

Tints of Purple Heart #4029BD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.95%

 BLUE value IS 189 (74.22% from 255) = 64.29%

R = 21.77%
G = 13.95%
B = 64.29%

CMYK

 C value IS 0.66

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4029BD (or 0x4029BD) is known color: Purple Heart. HEX triplet: 40, 29 and BD. RGB value is (64,41,189). Sum of RGB (Red+Green+Blue) = 64+41+189=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 189 (74.22% from 255 or 64.29% from 294); Max value from RGB is 189 - color contains mainly: blue. Hex color #4029BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4029BD is #BFD642. Grayscale: #404040. Windows color (decimal): -12572227 or 12396864. OLE color: 12396864.

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

Color convert

RGB 64 41 189 -
CMYK 0.66 0.78 0 0.26
HSL 249.32º 0.64% 0.45% -
HSV(B) 249.32º 0.78% 0.74% -
XYZ 12.09 6.35 48.73 -
YUV 64.75 198.12 127.47 -
System Red Green Blue C M Y K H S L
Decimal 64 41 189 0.66 0.78 0 0.26 249.32 0.64 0.45
Hex 40 29 BD 42 4E 0 1A F9 40 2D
Octal 100 51 275 102 116 0 32 371 100 55
Binary 1000000 101001 10111101 1000010 1001110 0 11010 11111001 1000000 101101

Color Harmonies of #4029BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4029BD

Black with #4029BD

Text Example


Text Example

White with #4029BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4029BD; }

 p { color: rgb(64,41,189); }

 H1.HeaderClassName
 {
   color: #4029BD;
 }
 .AnyTagClassName
 {
   color: #4029BD;
 }
</style>

background-color css

<style>
 a { background-color: #4029BD; }

 a { background-color: rgb(64,41,189); }

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

border-color css

<style>
 span { border-color: #4029BD; }

 span { border-color: rgb(64,41,189); }

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