Html Css Color HEX #400FBC Purple Heart

📋 copy color: '#400FBC'

red 64 ◦ green 15 ◦ blue 188

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

Shades of Purple Heart #400FBC

Tints of Purple Heart #400FBC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.62%

 BLUE value IS 188 (73.83% from 255) = 70.41%

R = 23.97%
G = 5.62%
B = 70.41%

CMYK

 C value IS 0.66

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#400FBC (or 0x400FBC) is known color: Purple Heart. HEX triplet: 40, 0F and BC. RGB value is (64,15,188). Sum of RGB (Red+Green+Blue) = 64+15+188=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 15 (6.25% from 255 or 5.62% from 267); Blue value is 188 (73.83% from 255 or 70.41% from 267); Max value from RGB is 188 - color contains mainly: blue. Hex color #400FBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400FBC is #BFF043. Grayscale: #303030. Windows color (decimal): -12578884 or 12324672. OLE color: 12324672.

HSL color Cylindrical-coordinate representation of color #400FBC: hue angle of 256.99º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #400FBC is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 64 15 188 -
CMYK 0.66 0.92 0 0.26
HSL 256.99º 0.85% 0.4% -
HSV(B) 256.99º 0.92% 0.74% -
XYZ 11.36 5.06 47.96 -
YUV 49.37 206.23 138.43 -
System Red Green Blue C M Y K H S L
Decimal 64 15 188 0.66 0.92 0 0.26 256.99 0.85 0.4
Hex 40 F BC 42 5C 0 1A 101 55 28
Octal 100 17 274 102 134 0 32 401 125 50
Binary 1000000 1111 10111100 1000010 1011100 0 11010 100000001 1010101 101000

Color Harmonies of #400FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400FBC

Black with #400FBC

Text Example


Text Example

White with #400FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400FBC; }

 p { color: rgb(64,15,188); }

 H1.HeaderClassName
 {
   color: #400FBC;
 }
 .AnyTagClassName
 {
   color: #400FBC;
 }
</style>

background-color css

<style>
 a { background-color: #400FBC; }

 a { background-color: rgb(64,15,188); }

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

border-color css

<style>
 span { border-color: #400FBC; }

 span { border-color: rgb(64,15,188); }

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