Html Css Color HEX #401DBC Purple Heart

📋 copy color: '#401DBC'

red 64 ◦ green 29 ◦ blue 188

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

Shades of Purple Heart #401DBC

Tints of Purple Heart #401DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 66.9%

R = 22.78%
G = 10.32%
B = 66.9%

CMYK

 C value IS 0.66

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#401DBC (or 0x401DBC) is known color: Purple Heart. HEX triplet: 40, 1D and BC. RGB value is (64,29,188). Sum of RGB (Red+Green+Blue) = 64+29+188=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 29 (11.72% from 255 or 10.32% from 281); Blue value is 188 (73.83% from 255 or 66.90% from 281); Max value from RGB is 188 - color contains mainly: blue. Hex color #401DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401DBC is #BFE243. Grayscale: #383838. Windows color (decimal): -12575300 or 12328256. OLE color: 12328256.

HSL color Cylindrical-coordinate representation of color #401DBC: hue angle of 253.21º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #401DBC is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 64 29 188 -
CMYK 0.66 0.85 0 0.26
HSL 253.21º 0.73% 0.43% -
HSV(B) 253.21º 0.85% 0.74% -
XYZ 11.63 5.6 48.04 -
YUV 57.59 201.6 132.57 -
System Red Green Blue C M Y K H S L
Decimal 64 29 188 0.66 0.85 0 0.26 253.21 0.73 0.43
Hex 40 1D BC 42 55 0 1A FD 49 2B
Octal 100 35 274 102 125 0 32 375 111 53
Binary 1000000 11101 10111100 1000010 1010101 0 11010 11111101 1001001 101011

Color Harmonies of #401DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401DBC

Black with #401DBC

Text Example


Text Example

White with #401DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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