Html Css Color HEX #4029B6 Purple Heart

📋 copy color: '#4029B6'

red 64 ◦ green 41 ◦ blue 182

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

Shades of Purple Heart #4029B6

Tints of Purple Heart #4029B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 63.41%

R = 22.3%
G = 14.29%
B = 63.41%

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

#4029B6 (or 0x4029B6) is known color: Purple Heart. HEX triplet: 40, 29 and B6. RGB value is (64,41,182). Sum of RGB (Red+Green+Blue) = 64+41+182=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 182 (71.48% from 255 or 63.41% from 287); Max value from RGB is 182 - color contains mainly: blue. Hex color #4029B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4029B6 is #BFD649. Grayscale: #3F3F3F. Windows color (decimal): -12572234 or 11938112. OLE color: 11938112.

HSL color Cylindrical-coordinate representation of color #4029B6: hue angle of 249.79º 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 #4029B6 is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 64 41 182 -
CMYK 0.65 0.77 0 0.29
HSL 249.79º 0.63% 0.44% -
HSV(B) 249.79º 0.77% 0.71% -
XYZ 11.35 6.05 44.83 -
YUV 63.95 194.62 128.04 -
System Red Green Blue C M Y K H S L
Decimal 64 41 182 0.65 0.77 0 0.29 249.79 0.63 0.44
Hex 40 29 B6 41 4D 0 1D FA 3F 2C
Octal 100 51 266 101 115 0 35 372 77 54
Binary 1000000 101001 10110110 1000001 1001101 0 11101 11111010 111111 101100

Color Harmonies of #4029B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4029B6

Black with #4029B6

Text Example


Text Example

White with #4029B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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