Html Css Color HEX #441FBD Purple Heart

📋 copy color: '#441FBD'

red 68 ◦ green 31 ◦ blue 189

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

Shades of Purple Heart #441FBD

Tints of Purple Heart #441FBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 65.63%

R = 23.61%
G = 10.76%
B = 65.63%

CMYK

 C value IS 0.64

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#441FBD (or 0x441FBD) is known color: Purple Heart. HEX triplet: 44, 1F and BD. RGB value is (68,31,189). Sum of RGB (Red+Green+Blue) = 68+31+189=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 31 (12.5% from 255 or 10.76% from 288); Blue value is 189 (74.22% from 255 or 65.62% from 288); Max value from RGB is 189 - color contains mainly: blue. Hex color #441FBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441FBD is #BBE042. Grayscale: #3B3B3B. Windows color (decimal): -12312643 or 12394308. OLE color: 12394308.

HSL color Cylindrical-coordinate representation of color #441FBD: hue angle of 254.05º 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 #441FBD is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 68 31 189 -
CMYK 0.64 0.84 0 0.26
HSL 254.05º 0.72% 0.43% -
HSV(B) 254.05º 0.84% 0.74% -
XYZ 12.06 5.88 48.64 -
YUV 60.08 200.76 133.65 -
System Red Green Blue C M Y K H S L
Decimal 68 31 189 0.64 0.84 0 0.26 254.05 0.72 0.43
Hex 44 1F BD 40 54 0 1A FE 48 2B
Octal 104 37 275 100 124 0 32 376 110 53
Binary 1000100 11111 10111101 1000000 1010100 0 11010 11111110 1001000 101011

Color Harmonies of #441FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441FBD

Black with #441FBD

Text Example


Text Example

White with #441FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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