Html Css Color HEX #4029BB Purple Heart

📋 copy color: '#4029BB'

red 64 ◦ green 41 ◦ blue 187

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

Shades of Purple Heart #4029BB

Tints of Purple Heart #4029BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 64.04%

R = 21.92%
G = 14.04%
B = 64.04%

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

#4029BB (or 0x4029BB) is known color: Purple Heart. HEX triplet: 40, 29 and BB. RGB value is (64,41,187). Sum of RGB (Red+Green+Blue) = 64+41+187=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 187 (73.44% from 255 or 64.04% from 292); Max value from RGB is 187 - color contains mainly: blue. Hex color #4029BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4029BB is #BFD644. Grayscale: #3F3F3F. Windows color (decimal): -12572229 or 12265792. OLE color: 12265792.

HSL color Cylindrical-coordinate representation of color #4029BB: hue angle of 249.45º 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 #4029BB is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 41 187 -
CMYK 0.66 0.78 0 0.27
HSL 249.45º 0.64% 0.45% -
HSV(B) 249.45º 0.78% 0.73% -
XYZ 11.88 6.26 47.6 -
YUV 64.52 197.12 127.63 -
System Red Green Blue C M Y K H S L
Decimal 64 41 187 0.66 0.78 0 0.27 249.45 0.64 0.45
Hex 40 29 BB 42 4E 0 1B F9 40 2D
Octal 100 51 273 102 116 0 33 371 100 55
Binary 1000000 101001 10111011 1000010 1001110 0 11011 11111001 1000000 101101

Color Harmonies of #4029BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4029BB

Black with #4029BB

Text Example


Text Example

White with #4029BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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