Html Css Color HEX #4031BA Purple Heart

📋 copy color: '#4031BA'

red 64 ◦ green 49 ◦ blue 186

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

Shades of Purple Heart #4031BA

Tints of Purple Heart #4031BA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.39%

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

R = 21.4%
G = 16.39%
B = 62.21%

CMYK

 C value IS 0.66

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4031BA (or 0x4031BA) is known color: Purple Heart. HEX triplet: 40, 31 and BA. RGB value is (64,49,186). Sum of RGB (Red+Green+Blue) = 64+49+186=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #4031BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4031BA is #BFCE45. Grayscale: #444444. Windows color (decimal): -12570182 or 12202304. OLE color: 12202304.

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

Color convert

RGB 64 49 186 -
CMYK 0.66 0.74 0 0.27
HSL 246.57º 0.58% 0.46% -
HSV(B) 246.57º 0.74% 0.73% -
XYZ 12.08 6.83 47.14 -
YUV 69.1 193.97 124.36 -
System Red Green Blue C M Y K H S L
Decimal 64 49 186 0.66 0.74 0 0.27 246.57 0.58 0.46
Hex 40 31 BA 42 4A 0 1B F7 3A 2E
Octal 100 61 272 102 112 0 33 367 72 56
Binary 1000000 110001 10111010 1000010 1001010 0 11011 11110111 111010 101110

Color Harmonies of #4031BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4031BA

Black with #4031BA

Text Example


Text Example

White with #4031BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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