Html Css Color HEX #401AB8 Purple Heart

📋 copy color: '#401AB8'

red 64 ◦ green 26 ◦ blue 184

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

Shades of Purple Heart #401AB8

Tints of Purple Heart #401AB8

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.49%

 BLUE value IS 184 (72.27% from 255) = 67.15%

R = 23.36%
G = 9.49%
B = 67.15%

CMYK

 C value IS 0.65

 M value IS 0.86

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#401AB8 (or 0x401AB8) is known color: Purple Heart. HEX triplet: 40, 1A and B8. RGB value is (64,26,184). Sum of RGB (Red+Green+Blue) = 64+26+184=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 184 (72.27% from 255 or 67.15% from 274); Max value from RGB is 184 - color contains mainly: blue. Hex color #401AB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401AB8 is #BFE547. Grayscale: #363636. Windows color (decimal): -12576072 or 12065344. OLE color: 12065344.

HSL color Cylindrical-coordinate representation of color #401AB8: hue angle of 254.43º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #401AB8 is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 64 26 184 -
CMYK 0.65 0.86 0 0.28
HSL 254.43º 0.75% 0.41% -
HSV(B) 254.43º 0.86% 0.72% -
XYZ 11.14 5.29 45.78 -
YUV 55.37 200.59 134.15 -
System Red Green Blue C M Y K H S L
Decimal 64 26 184 0.65 0.86 0 0.28 254.43 0.75 0.41
Hex 40 1A B8 41 56 0 1C FE 4B 29
Octal 100 32 270 101 126 0 34 376 113 51
Binary 1000000 11010 10111000 1000001 1010110 0 11100 11111110 1001011 101001

Color Harmonies of #401AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401AB8

Black with #401AB8

Text Example


Text Example

White with #401AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,26,184); }

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

background-color css

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

 a { background-color: rgb(64,26,184); }

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

border-color css

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

 span { border-color: rgb(64,26,184); }

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