Html Css Color HEX #400DB3 Purple Heart

📋 copy color: '#400DB3'

red 64 ◦ green 13 ◦ blue 179

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

Shades of Purple Heart #400DB3

Tints of Purple Heart #400DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 69.92%

R = 25%
G = 5.08%
B = 69.92%

CMYK

 C value IS 0.64

 M value IS 0.93

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#400DB3 (or 0x400DB3) is known color: Purple Heart. HEX triplet: 40, 0D and B3. RGB value is (64,13,179). Sum of RGB (Red+Green+Blue) = 64+13+179=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 13 (5.47% from 255 or 5.08% from 256); Blue value is 179 (70.31% from 255 or 69.92% from 256); Max value from RGB is 179 - color contains mainly: blue. Hex color #400DB3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400DB3 is #BFF24C. Grayscale: #2E2E2E. Windows color (decimal): -12579405 or 11734336. OLE color: 11734336.

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

Color convert

RGB 64 13 179 -
CMYK 0.64 0.93 0 0.30
HSL 258.43º 0.86% 0.38% -
HSV(B) 258.43º 0.93% 0.7% -
XYZ 10.39 4.63 42.99 -
YUV 47.17 202.4 140 -
System Red Green Blue C M Y K H S L
Decimal 64 13 179 0.64 0.93 0 0.30 258.43 0.86 0.38
Hex 40 D B3 40 5D 0 1E 102 56 26
Octal 100 15 263 100 135 0 36 402 126 46
Binary 1000000 1101 10110011 1000000 1011101 0 11110 100000010 1010110 100110

Color Harmonies of #400DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400DB3

Black with #400DB3

Text Example


Text Example

White with #400DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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