Html Css Color HEX #4027BF Purple Heart

📋 copy color: '#4027BF'

red 64 ◦ green 39 ◦ blue 191

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

Shades of Purple Heart #4027BF

Tints of Purple Heart #4027BF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.27%

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

R = 21.77%
G = 13.27%
B = 64.97%

CMYK

 C value IS 0.66

 M value IS 0.80

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4027BF (or 0x4027BF) is known color: Purple Heart. HEX triplet: 40, 27 and BF. RGB value is (64,39,191). Sum of RGB (Red+Green+Blue) = 64+39+191=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 191 (75% from 255 or 64.97% from 294); Max value from RGB is 191 - color contains mainly: blue. Hex color #4027BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4027BF is #BFD840. Grayscale: #3F3F3F. Windows color (decimal): -12572737 or 12527424. OLE color: 12527424.

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

Color convert

RGB 64 39 191 -
CMYK 0.66 0.80 0 0.25
HSL 249.87º 0.66% 0.45% -
HSV(B) 249.87º 0.8% 0.75% -
XYZ 12.24 6.3 49.86 -
YUV 63.8 199.78 128.14 -
System Red Green Blue C M Y K H S L
Decimal 64 39 191 0.66 0.80 0 0.25 249.87 0.66 0.45
Hex 40 27 BF 42 50 0 19 FA 42 2D
Octal 100 47 277 102 120 0 31 372 102 55
Binary 1000000 100111 10111111 1000010 1010000 0 11001 11111010 1000010 101101

Color Harmonies of #4027BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4027BF

Black with #4027BF

Text Example


Text Example

White with #4027BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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