Html Css Color HEX #4029B5 Purple Heart

📋 copy color: '#4029B5'

red 64 ◦ green 41 ◦ blue 181

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

Shades of Purple Heart #4029B5

Tints of Purple Heart #4029B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 63.29%

R = 22.38%
G = 14.34%
B = 63.29%

CMYK

 C value IS 0.65

 M value IS 0.77

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4029B5 (or 0x4029B5) is known color: Purple Heart. HEX triplet: 40, 29 and B5. RGB value is (64,41,181). Sum of RGB (Red+Green+Blue) = 64+41+181=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 181 (71.09% from 255 or 63.29% from 286); Max value from RGB is 181 - color contains mainly: blue. Hex color #4029B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4029B5 is #BFD64A. Grayscale: #3F3F3F. Windows color (decimal): -12572235 or 11872576. OLE color: 11872576.

HSL color Cylindrical-coordinate representation of color #4029B5: hue angle of 249.86º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4029B5 is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 64 41 181 -
CMYK 0.65 0.77 0 0.29
HSL 249.86º 0.63% 0.44% -
HSV(B) 249.86º 0.77% 0.71% -
XYZ 11.25 6.01 44.28 -
YUV 63.84 194.12 128.12 -
System Red Green Blue C M Y K H S L
Decimal 64 41 181 0.65 0.77 0 0.29 249.86 0.63 0.44
Hex 40 29 B5 41 4D 0 1D FA 3F 2C
Octal 100 51 265 101 115 0 35 372 77 54
Binary 1000000 101001 10110101 1000001 1001101 0 11101 11111010 111111 101100

Color Harmonies of #4029B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4029B5

Black with #4029B5

Text Example


Text Example

White with #4029B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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