Html Css Color HEX #401DCB Purple Heart

📋 copy color: '#401DCB'

red 64 ◦ green 29 ◦ blue 203

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

Shades of Purple Heart #401DCB

Tints of Purple Heart #401DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 68.58%

R = 21.62%
G = 9.8%
B = 68.58%

CMYK

 C value IS 0.68

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#401DCB (or 0x401DCB) is known color: Purple Heart. HEX triplet: 40, 1D and CB. RGB value is (64,29,203). Sum of RGB (Red+Green+Blue) = 64+29+203=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 29 (11.72% from 255 or 9.80% from 296); Blue value is 203 (79.69% from 255 or 68.58% from 296); Max value from RGB is 203 - color contains mainly: blue. Hex color #401DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401DCB is #BFE234. Grayscale: #3A3A3A. Windows color (decimal): -12575285 or 13311296. OLE color: 13311296.

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

Color convert

RGB 64 29 203 -
CMYK 0.68 0.86 0 0.20
HSL 252.07º 0.75% 0.45% -
HSV(B) 252.07º 0.86% 0.8% -
XYZ 13.33 6.28 57.01 -
YUV 59.3 209.1 131.35 -
System Red Green Blue C M Y K H S L
Decimal 64 29 203 0.68 0.86 0 0.20 252.07 0.75 0.45
Hex 40 1D CB 44 56 0 14 FC 4B 2D
Octal 100 35 313 104 126 0 24 374 113 55
Binary 1000000 11101 11001011 1000100 1010110 0 10100 11111100 1001011 101101

Color Harmonies of #401DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401DCB

Black with #401DCB

Text Example


Text Example

White with #401DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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