Html Css Color HEX #401FBC Purple Heart

📋 copy color: '#401FBC'

red 64 ◦ green 31 ◦ blue 188

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

Shades of Purple Heart #401FBC

Tints of Purple Heart #401FBC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.95%

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

R = 22.61%
G = 10.95%
B = 66.43%

CMYK

 C value IS 0.66

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#401FBC (or 0x401FBC) is known color: Purple Heart. HEX triplet: 40, 1F and BC. RGB value is (64,31,188). Sum of RGB (Red+Green+Blue) = 64+31+188=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 31 (12.5% from 255 or 10.95% from 283); Blue value is 188 (73.83% from 255 or 66.43% from 283); Max value from RGB is 188 - color contains mainly: blue. Hex color #401FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401FBC is #BFE043. Grayscale: #3A3A3A. Windows color (decimal): -12574788 or 12328768. OLE color: 12328768.

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

Color convert

RGB 64 31 188 -
CMYK 0.66 0.84 0 0.26
HSL 252.61º 0.72% 0.43% -
HSV(B) 252.61º 0.84% 0.74% -
XYZ 11.68 5.7 48.06 -
YUV 58.77 200.93 131.73 -
System Red Green Blue C M Y K H S L
Decimal 64 31 188 0.66 0.84 0 0.26 252.61 0.72 0.43
Hex 40 1F BC 42 54 0 1A FD 48 2B
Octal 100 37 274 102 124 0 32 375 110 53
Binary 1000000 11111 10111100 1000010 1010100 0 11010 11111101 1001000 101011

Color Harmonies of #401FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401FBC

Black with #401FBC

Text Example


Text Example

White with #401FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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