Html Css Color HEX #441CBF Purple Heart

📋 copy color: '#441CBF'

red 68 ◦ green 28 ◦ blue 191

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

Shades of Purple Heart #441CBF

Tints of Purple Heart #441CBF

RGB

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

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

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

R = 23.69%
G = 9.76%
B = 66.55%

CMYK

 C value IS 0.64

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#441CBF (or 0x441CBF) is known color: Purple Heart. HEX triplet: 44, 1C and BF. RGB value is (68,28,191). Sum of RGB (Red+Green+Blue) = 68+28+191=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 28 (11.33% from 255 or 9.76% from 287); Blue value is 191 (75% from 255 or 66.55% from 287); Max value from RGB is 191 - color contains mainly: blue. Hex color #441CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441CBF is #BBE340. Grayscale: #393939. Windows color (decimal): -12313409 or 12524612. OLE color: 12524612.

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

Color convert

RGB 68 28 191 -
CMYK 0.64 0.85 0 0.25
HSL 254.72º 0.74% 0.43% -
HSV(B) 254.72º 0.85% 0.75% -
XYZ 12.2 5.82 49.77 -
YUV 58.54 202.75 134.75 -
System Red Green Blue C M Y K H S L
Decimal 68 28 191 0.64 0.85 0 0.25 254.72 0.74 0.43
Hex 44 1C BF 40 55 0 19 FF 4A 2B
Octal 104 34 277 100 125 0 31 377 112 53
Binary 1000100 11100 10111111 1000000 1010101 0 11001 11111111 1001010 101011

Color Harmonies of #441CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441CBF

Black with #441CBF

Text Example


Text Example

White with #441CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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