Html Css Color HEX #400DB1 Purple Heart

📋 copy color: '#400DB1'

red 64 ◦ green 13 ◦ blue 177

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

Shades of Purple Heart #400DB1

Tints of Purple Heart #400DB1

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.12%

 BLUE value IS 177 (69.53% from 255) = 69.69%

R = 25.2%
G = 5.12%
B = 69.69%

CMYK

 C value IS 0.64

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#400DB1 (or 0x400DB1) is known color: Purple Heart. HEX triplet: 40, 0D and B1. RGB value is (64,13,177). Sum of RGB (Red+Green+Blue) = 64+13+177=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 13 (5.47% from 255 or 5.12% from 254); Blue value is 177 (69.53% from 255 or 69.69% from 254); Max value from RGB is 177 - color contains mainly: blue. Hex color #400DB1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400DB1 is #BFF24E. Grayscale: #2E2E2E. Windows color (decimal): -12579407 or 11603264. OLE color: 11603264.

HSL color Cylindrical-coordinate representation of color #400DB1: hue angle of 258.66º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #400DB1 is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 64 13 177 -
CMYK 0.64 0.93 0 0.31
HSL 258.66º 0.86% 0.37% -
HSV(B) 258.66º 0.93% 0.69% -
XYZ 10.19 4.55 41.94 -
YUV 46.95 201.4 140.16 -
System Red Green Blue C M Y K H S L
Decimal 64 13 177 0.64 0.93 0 0.31 258.66 0.86 0.37
Hex 40 D B1 40 5D 0 1F 103 56 25
Octal 100 15 261 100 135 0 37 403 126 45
Binary 1000000 1101 10110001 1000000 1011101 0 11111 100000011 1010110 100101

Color Harmonies of #400DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400DB1

Black with #400DB1

Text Example


Text Example

White with #400DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,13,177); }

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

background-color css

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

 a { background-color: rgb(64,13,177); }

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

border-color css

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

 span { border-color: rgb(64,13,177); }

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