Html Css Color HEX #4018BF Purple Heart

📋 copy color: '#4018BF'

red 64 ◦ green 24 ◦ blue 191

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

Shades of Purple Heart #4018BF

Tints of Purple Heart #4018BF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.6%

 BLUE value IS 191 (75% from 255) = 68.46%

R = 22.94%
G = 8.6%
B = 68.46%

CMYK

 C value IS 0.66

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4018BF (or 0x4018BF) is known color: Purple Heart. HEX triplet: 40, 18 and BF. RGB value is (64,24,191). Sum of RGB (Red+Green+Blue) = 64+24+191=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 191 (75% from 255 or 68.46% from 279); Max value from RGB is 191 - color contains mainly: blue. Hex color #4018BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4018BF is #BFE740. Grayscale: #363636. Windows color (decimal): -12576577 or 12523584. OLE color: 12523584.

HSL color Cylindrical-coordinate representation of color #4018BF: hue angle of 254.37º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4018BF is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 24 191 -
CMYK 0.66 0.87 0 0.25
HSL 254.37º 0.78% 0.42% -
HSV(B) 254.37º 0.87% 0.75% -
XYZ 11.84 5.5 49.73 -
YUV 55 204.75 134.42 -
System Red Green Blue C M Y K H S L
Decimal 64 24 191 0.66 0.87 0 0.25 254.37 0.78 0.42
Hex 40 18 BF 42 57 0 19 FE 4E 2A
Octal 100 30 277 102 127 0 31 376 116 52
Binary 1000000 11000 10111111 1000010 1010111 0 11001 11111110 1001110 101010

Color Harmonies of #4018BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4018BF

Black with #4018BF

Text Example


Text Example

White with #4018BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4018BF; }

 p { color: rgb(64,24,191); }

 H1.HeaderClassName
 {
   color: #4018BF;
 }
 .AnyTagClassName
 {
   color: #4018BF;
 }
</style>

background-color css

<style>
 a { background-color: #4018BF; }

 a { background-color: rgb(64,24,191); }

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

border-color css

<style>
 span { border-color: #4018BF; }

 span { border-color: rgb(64,24,191); }

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