Html Css Color HEX #401CCD Purple Heart

📋 copy color: '#401CCD'

red 64 ◦ green 28 ◦ blue 205

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

Shades of Purple Heart #401CCD

Tints of Purple Heart #401CCD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.43%

 BLUE value IS 205 (80.47% from 255) = 69.02%

R = 21.55%
G = 9.43%
B = 69.02%

CMYK

 C value IS 0.69

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#401CCD (or 0x401CCD) is known color: Purple Heart. HEX triplet: 40, 1C and CD. RGB value is (64,28,205). Sum of RGB (Red+Green+Blue) = 64+28+205=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 205 (80.47% from 255 or 69.02% from 297); Max value from RGB is 205 - color contains mainly: blue. Hex color #401CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401CCD is #BFE332. Grayscale: #3A3A3A. Windows color (decimal): -12575539 or 13442112. OLE color: 13442112.

HSL color Cylindrical-coordinate representation of color #401CCD: hue angle of 252.2º degrees, saturation: 0.76, 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 #401CCD is Cyan = 0.69, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 28 205 -
CMYK 0.69 0.86 0 0.20
HSL 252.2º 0.76% 0.46% -
HSV(B) 252.2º 0.86% 0.8% -
XYZ 13.55 6.33 58.26 -
YUV 58.94 210.43 131.61 -
System Red Green Blue C M Y K H S L
Decimal 64 28 205 0.69 0.86 0 0.20 252.2 0.76 0.46
Hex 40 1C CD 45 56 0 14 FC 4C 2E
Octal 100 34 315 105 126 0 24 374 114 56
Binary 1000000 11100 11001101 1000101 1010110 0 10100 11111100 1001100 101110

Color Harmonies of #401CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401CCD

Black with #401CCD

Text Example


Text Example

White with #401CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,28,205); }

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

background-color css

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

 a { background-color: rgb(64,28,205); }

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

border-color css

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

 span { border-color: rgb(64,28,205); }

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