Html Css Color HEX #401FBA Purple Heart

📋 copy color: '#401FBA'

red 64 ◦ green 31 ◦ blue 186

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

Shades of Purple Heart #401FBA

Tints of Purple Heart #401FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 66.19%

R = 22.78%
G = 11.03%
B = 66.19%

CMYK

 C value IS 0.66

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#401FBA (or 0x401FBA) is known color: Purple Heart. HEX triplet: 40, 1F and BA. RGB value is (64,31,186). Sum of RGB (Red+Green+Blue) = 64+31+186=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 31 (12.5% from 255 or 11.03% from 281); Blue value is 186 (73.05% from 255 or 66.19% from 281); Max value from RGB is 186 - color contains mainly: blue. Hex color #401FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401FBA is #BFE045. Grayscale: #393939. Windows color (decimal): -12574790 or 12197696. OLE color: 12197696.

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

Color convert

RGB 64 31 186 -
CMYK 0.66 0.83 0 0.27
HSL 252.77º 0.71% 0.43% -
HSV(B) 252.77º 0.83% 0.73% -
XYZ 11.47 5.62 46.93 -
YUV 58.54 199.93 131.9 -
System Red Green Blue C M Y K H S L
Decimal 64 31 186 0.66 0.83 0 0.27 252.77 0.71 0.43
Hex 40 1F BA 42 53 0 1B FD 47 2B
Octal 100 37 272 102 123 0 33 375 107 53
Binary 1000000 11111 10111010 1000010 1010011 0 11011 11111101 1000111 101011

Color Harmonies of #401FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401FBA

Black with #401FBA

Text Example


Text Example

White with #401FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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