Html Css Color HEX #4029BA Purple Heart

📋 copy color: '#4029BA'

red 64 ◦ green 41 ◦ blue 186

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

Shades of Purple Heart #4029BA

Tints of Purple Heart #4029BA

RGB

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

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

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

R = 21.99%
G = 14.09%
B = 63.92%

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

#4029BA (or 0x4029BA) is known color: Purple Heart. HEX triplet: 40, 29 and BA. RGB value is (64,41,186). Sum of RGB (Red+Green+Blue) = 64+41+186=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 186 (73.05% from 255 or 63.92% from 291); Max value from RGB is 186 - color contains mainly: blue. Hex color #4029BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4029BA is #BFD645. Grayscale: #3F3F3F. Windows color (decimal): -12572230 or 12200256. OLE color: 12200256.

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

Color convert

RGB 64 41 186 -
CMYK 0.66 0.78 0 0.27
HSL 249.52º 0.64% 0.45% -
HSV(B) 249.52º 0.78% 0.73% -
XYZ 11.77 6.22 47.03 -
YUV 64.41 196.62 127.71 -
System Red Green Blue C M Y K H S L
Decimal 64 41 186 0.66 0.78 0 0.27 249.52 0.64 0.45
Hex 40 29 BA 42 4E 0 1B FA 40 2D
Octal 100 51 272 102 116 0 33 372 100 55
Binary 1000000 101001 10111010 1000010 1001110 0 11011 11111010 1000000 101101

Color Harmonies of #4029BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4029BA

Black with #4029BA

Text Example


Text Example

White with #4029BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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