Html Css Color HEX #4028CF Purple Heart

📋 copy color: '#4028CF'

red 64 ◦ green 40 ◦ blue 207

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

Shades of Purple Heart #4028CF

Tints of Purple Heart #4028CF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.86%

 BLUE value IS 207 (81.25% from 255) = 66.56%

R = 20.58%
G = 12.86%
B = 66.56%

CMYK

 C value IS 0.69

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4028CF (or 0x4028CF) is known color: Purple Heart. HEX triplet: 40, 28 and CF. RGB value is (64,40,207). Sum of RGB (Red+Green+Blue) = 64+40+207=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 207 (81.25% from 255 or 66.56% from 311); Max value from RGB is 207 - color contains mainly: blue. Hex color #4028CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4028CF is #BFD730. Grayscale: #414141. Windows color (decimal): -12572465 or 13576256. OLE color: 13576256.

HSL color Cylindrical-coordinate representation of color #4028CF: hue angle of 248.62º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4028CF is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 40 207 -
CMYK 0.69 0.81 0 0.19
HSL 248.62º 0.68% 0.48% -
HSV(B) 248.62º 0.81% 0.81% -
XYZ 14.14 7.11 59.66 -
YUV 66.21 207.45 126.42 -
System Red Green Blue C M Y K H S L
Decimal 64 40 207 0.69 0.81 0 0.19 248.62 0.68 0.48
Hex 40 28 CF 45 51 0 13 F9 44 30
Octal 100 50 317 105 121 0 23 371 104 60
Binary 1000000 101000 11001111 1000101 1010001 0 10011 11111001 1000100 110000

Color Harmonies of #4028CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4028CF

Black with #4028CF

Text Example


Text Example

White with #4028CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4028CF; }

 p { color: rgb(64,40,207); }

 H1.HeaderClassName
 {
   color: #4028CF;
 }
 .AnyTagClassName
 {
   color: #4028CF;
 }
</style>

background-color css

<style>
 a { background-color: #4028CF; }

 a { background-color: rgb(64,40,207); }

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

border-color css

<style>
 span { border-color: #4028CF; }

 span { border-color: rgb(64,40,207); }

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