Html Css Color HEX #401DCC Purple Heart

📋 copy color: '#401DCC'

red 64 ◦ green 29 ◦ blue 204

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

Shades of Purple Heart #401DCC

Tints of Purple Heart #401DCC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.76%

 BLUE value IS 204 (80.08% from 255) = 68.69%

R = 21.55%
G = 9.76%
B = 68.69%

CMYK

 C value IS 0.69

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#401DCC (or 0x401DCC) is known color: Purple Heart. HEX triplet: 40, 1D and CC. RGB value is (64,29,204). Sum of RGB (Red+Green+Blue) = 64+29+204=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 29 (11.72% from 255 or 9.76% from 297); Blue value is 204 (80.08% from 255 or 68.69% from 297); Max value from RGB is 204 - color contains mainly: blue. Hex color #401DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401DCC is #BFE233. Grayscale: #3A3A3A. Windows color (decimal): -12575284 or 13376832. OLE color: 13376832.

HSL color Cylindrical-coordinate representation of color #401DCC: hue angle of 252º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #401DCC is Cyan = 0.69, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 64 29 204 -
CMYK 0.69 0.86 0 0.2
HSL 252º 0.75% 0.46% -
HSV(B) 252º 0.86% 0.8% -
XYZ 13.45 6.33 57.64 -
YUV 59.42 209.6 131.27 -
System Red Green Blue C M Y K H S L
Decimal 64 29 204 0.69 0.86 0 0.2 252 0.75 0.46
Hex 40 1D CC 45 56 0 14 FC 4B 2E
Octal 100 35 314 105 126 0 24 374 113 56
Binary 1000000 11101 11001100 1000101 1010110 0 10100 11111100 1001011 101110

Color Harmonies of #401DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401DCC

Black with #401DCC

Text Example


Text Example

White with #401DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401DCC; }

 p { color: rgb(64,29,204); }

 H1.HeaderClassName
 {
   color: #401DCC;
 }
 .AnyTagClassName
 {
   color: #401DCC;
 }
</style>

background-color css

<style>
 a { background-color: #401DCC; }

 a { background-color: rgb(64,29,204); }

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

border-color css

<style>
 span { border-color: #401DCC; }

 span { border-color: rgb(64,29,204); }

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