Html Css Color HEX #4027BD Purple Heart

📋 copy color: '#4027BD'

red 64 ◦ green 39 ◦ blue 189

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

Shades of Purple Heart #4027BD

Tints of Purple Heart #4027BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 64.73%

R = 21.92%
G = 13.36%
B = 64.73%

CMYK

 C value IS 0.66

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4027BD (or 0x4027BD) is known color: Purple Heart. HEX triplet: 40, 27 and BD. RGB value is (64,39,189). Sum of RGB (Red+Green+Blue) = 64+39+189=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 189 (74.22% from 255 or 64.73% from 292); Max value from RGB is 189 - color contains mainly: blue. Hex color #4027BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4027BD is #BFD842. Grayscale: #3E3E3E. Windows color (decimal): -12572739 or 12396352. OLE color: 12396352.

HSL color Cylindrical-coordinate representation of color #4027BD: hue angle of 250º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4027BD is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 64 39 189 -
CMYK 0.66 0.79 0 0.26
HSL 250º 0.66% 0.45% -
HSV(B) 250º 0.79% 0.74% -
XYZ 12.03 6.22 48.71 -
YUV 63.58 198.78 128.3 -
System Red Green Blue C M Y K H S L
Decimal 64 39 189 0.66 0.79 0 0.26 250 0.66 0.45
Hex 40 27 BD 42 4F 0 1A FA 42 2D
Octal 100 47 275 102 117 0 32 372 102 55
Binary 1000000 100111 10111101 1000010 1001111 0 11010 11111010 1000010 101101

Color Harmonies of #4027BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4027BD

Black with #4027BD

Text Example


Text Example

White with #4027BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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