Html Css Color HEX #401CBE Purple Heart

📋 copy color: '#401CBE'

red 64 ◦ green 28 ◦ blue 190

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

Shades of Purple Heart #401CBE

Tints of Purple Heart #401CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 67.38%

R = 22.7%
G = 9.93%
B = 67.38%

CMYK

 C value IS 0.66

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#401CBE (or 0x401CBE) is known color: Purple Heart. HEX triplet: 40, 1C and BE. RGB value is (64,28,190). Sum of RGB (Red+Green+Blue) = 64+28+190=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 190 (74.61% from 255 or 67.38% from 282); Max value from RGB is 190 - color contains mainly: blue. Hex color #401CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401CBE is #BFE341. Grayscale: #383838. Windows color (decimal): -12575554 or 12459072. OLE color: 12459072.

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

Color convert

RGB 64 28 190 -
CMYK 0.66 0.85 0 0.25
HSL 253.33º 0.74% 0.43% -
HSV(B) 253.33º 0.85% 0.75% -
XYZ 11.82 5.64 49.18 -
YUV 57.23 202.93 132.83 -
System Red Green Blue C M Y K H S L
Decimal 64 28 190 0.66 0.85 0 0.25 253.33 0.74 0.43
Hex 40 1C BE 42 55 0 19 FD 4A 2B
Octal 100 34 276 102 125 0 31 375 112 53
Binary 1000000 11100 10111110 1000010 1010101 0 11001 11111101 1001010 101011

Color Harmonies of #401CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401CBE

Black with #401CBE

Text Example


Text Example

White with #401CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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