Html Css Color HEX #4008B4 Purple Heart

📋 copy color: '#4008B4'

red 64 ◦ green 8 ◦ blue 180

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

Shades of Purple Heart #4008B4

Tints of Purple Heart #4008B4

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.17%

 BLUE value IS 180 (70.7% from 255) = 71.43%

R = 25.4%
G = 3.17%
B = 71.43%

CMYK

 C value IS 0.64

 M value IS 0.96

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4008B4 (or 0x4008B4) is known color: Purple Heart. HEX triplet: 40, 08 and B4. RGB value is (64,8,180). Sum of RGB (Red+Green+Blue) = 64+8+180=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 180 (70.70% from 255 or 71.43% from 252); Max value from RGB is 180 - color contains mainly: blue. Hex color #4008B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4008B4 is #BFF74B. Grayscale: #2B2B2B. Windows color (decimal): -12580684 or 11798592. OLE color: 11798592.

HSL color Cylindrical-coordinate representation of color #4008B4: hue angle of 259.53º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4008B4 is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 64 8 180 -
CMYK 0.64 0.96 0 0.29
HSL 259.53º 0.91% 0.37% -
HSV(B) 259.53º 0.96% 0.71% -
XYZ 10.44 4.56 43.51 -
YUV 44.35 204.55 142.01 -
System Red Green Blue C M Y K H S L
Decimal 64 8 180 0.64 0.96 0 0.29 259.53 0.91 0.37
Hex 40 8 B4 40 60 0 1D 104 5B 25
Octal 100 10 264 100 140 0 35 404 133 45
Binary 1000000 1000 10110100 1000000 1100000 0 11101 100000100 1011011 100101

Color Harmonies of #4008B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4008B4

Black with #4008B4

Text Example


Text Example

White with #4008B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4008B4; }

 p { color: rgb(64,8,180); }

 H1.HeaderClassName
 {
   color: #4008B4;
 }
 .AnyTagClassName
 {
   color: #4008B4;
 }
</style>

background-color css

<style>
 a { background-color: #4008B4; }

 a { background-color: rgb(64,8,180); }

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

border-color css

<style>
 span { border-color: #4008B4; }

 span { border-color: rgb(64,8,180); }

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