Html Css Color HEX #441CBA Purple Heart

📋 copy color: '#441CBA'

red 68 ◦ green 28 ◦ blue 186

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

Shades of Purple Heart #441CBA

Tints of Purple Heart #441CBA

RGB

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

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

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

R = 24.11%
G = 9.93%
B = 65.96%

CMYK

 C value IS 0.63

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#441CBA (or 0x441CBA) is known color: Purple Heart. HEX triplet: 44, 1C and BA. RGB value is (68,28,186). Sum of RGB (Red+Green+Blue) = 68+28+186=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 186 (73.05% from 255 or 65.96% from 282); Max value from RGB is 186 - color contains mainly: blue. Hex color #441CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441CBA is #BBE345. Grayscale: #393939. Windows color (decimal): -12313414 or 12196932. OLE color: 12196932.

HSL color Cylindrical-coordinate representation of color #441CBA: hue angle of 255.19º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #441CBA is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 68 28 186 -
CMYK 0.63 0.85 0 0.27
HSL 255.19º 0.74% 0.42% -
HSV(B) 255.19º 0.85% 0.73% -
XYZ 11.66 5.6 46.92 -
YUV 57.97 200.25 135.15 -
System Red Green Blue C M Y K H S L
Decimal 68 28 186 0.63 0.85 0 0.27 255.19 0.74 0.42
Hex 44 1C BA 3F 55 0 1B FF 4A 2A
Octal 104 34 272 77 125 0 33 377 112 52
Binary 1000100 11100 10111010 111111 1010101 0 11011 11111111 1001010 101010

Color Harmonies of #441CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441CBA

Black with #441CBA

Text Example


Text Example

White with #441CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,28,186); }

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

background-color css

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

 a { background-color: rgb(68,28,186); }

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

border-color css

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

 span { border-color: rgb(68,28,186); }

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