Html Css Color HEX #4027BB Purple Heart

📋 copy color: '#4027BB'

red 64 ◦ green 39 ◦ blue 187

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

Shades of Purple Heart #4027BB

Tints of Purple Heart #4027BB

RGB

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

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

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

R = 22.07%
G = 13.45%
B = 64.48%

CMYK

 C value IS 0.66

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4027BB (or 0x4027BB) is known color: Purple Heart. HEX triplet: 40, 27 and BB. RGB value is (64,39,187). Sum of RGB (Red+Green+Blue) = 64+39+187=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 39 (15.62% from 255 or 13.45% from 290); Blue value is 187 (73.44% from 255 or 64.48% from 290); Max value from RGB is 187 - color contains mainly: blue. Hex color #4027BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4027BB is #BFD844. Grayscale: #3E3E3E. Windows color (decimal): -12572741 or 12265280. OLE color: 12265280.

HSL color Cylindrical-coordinate representation of color #4027BB: hue angle of 250.14º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4027BB is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 39 187 -
CMYK 0.66 0.79 0 0.27
HSL 250.14º 0.65% 0.44% -
HSV(B) 250.14º 0.79% 0.73% -
XYZ 11.81 6.13 47.57 -
YUV 63.35 197.78 128.47 -
System Red Green Blue C M Y K H S L
Decimal 64 39 187 0.66 0.79 0 0.27 250.14 0.65 0.44
Hex 40 27 BB 42 4F 0 1B FA 41 2C
Octal 100 47 273 102 117 0 33 372 101 54
Binary 1000000 100111 10111011 1000010 1001111 0 11011 11111010 1000001 101100

Color Harmonies of #4027BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4027BB

Black with #4027BB

Text Example


Text Example

White with #4027BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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