Html Css Color HEX #441FBF Purple Heart

📋 copy color: '#441FBF'

red 68 ◦ green 31 ◦ blue 191

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

Shades of Purple Heart #441FBF

Tints of Purple Heart #441FBF

RGB

 RED value IS 68 (26.95% from 255) = 23.45%

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

 BLUE value IS 191 (75% from 255) = 65.86%

R = 23.45%
G = 10.69%
B = 65.86%

CMYK

 C value IS 0.64

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#441FBF (or 0x441FBF) is known color: Purple Heart. HEX triplet: 44, 1F and BF. RGB value is (68,31,191). Sum of RGB (Red+Green+Blue) = 68+31+191=290 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.45% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 191 (75% from 255 or 65.86% from 290); Max value from RGB is 191 - color contains mainly: blue. Hex color #441FBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441FBF is #BBE040. Grayscale: #3B3B3B. Windows color (decimal): -12312641 or 12525380. OLE color: 12525380.

HSL color Cylindrical-coordinate representation of color #441FBF: hue angle of 253.87º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #441FBF is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 68 31 191 -
CMYK 0.64 0.84 0 0.25
HSL 253.88º 0.72% 0.44% -
HSV(B) 253.88º 0.84% 0.75% -
XYZ 12.28 5.97 49.8 -
YUV 60.3 201.76 133.49 -
System Red Green Blue C M Y K H S L
Decimal 68 31 191 0.64 0.84 0 0.25 253.88 0.72 0.44
Hex 44 1F BF 40 54 0 19 FE 48 2C
Octal 104 37 277 100 124 0 31 376 110 54
Binary 1000100 11111 10111111 1000000 1010100 0 11001 11111110 1001000 101100

Color Harmonies of #441FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441FBF

Black with #441FBF

Text Example


Text Example

White with #441FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441FBF; }

 p { color: rgb(68,31,191); }

 H1.HeaderClassName
 {
   color: #441FBF;
 }
 .AnyTagClassName
 {
   color: #441FBF;
 }
</style>

background-color css

<style>
 a { background-color: #441FBF; }

 a { background-color: rgb(68,31,191); }

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

border-color css

<style>
 span { border-color: #441FBF; }

 span { border-color: rgb(68,31,191); }

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