Html Css Color HEX #441EC3 Purple Heart

📋 copy color: '#441EC3'

red 68 ◦ green 30 ◦ blue 195

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

Shades of Purple Heart #441EC3

Tints of Purple Heart #441EC3

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.24%

 BLUE value IS 195 (76.56% from 255) = 66.55%

R = 23.21%
G = 10.24%
B = 66.55%

CMYK

 C value IS 0.65

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#441EC3 (or 0x441EC3) is known color: Purple Heart. HEX triplet: 44, 1E and C3. RGB value is (68,30,195). Sum of RGB (Red+Green+Blue) = 68+30+195=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 195 (76.56% from 255 or 66.55% from 293); Max value from RGB is 195 - color contains mainly: blue. Hex color #441EC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441EC3 is #BBE13C. Grayscale: #3B3B3B. Windows color (decimal): -12312893 or 12787268. OLE color: 12787268.

HSL color Cylindrical-coordinate representation of color #441EC3: hue angle of 253.82º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #441EC3 is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 68 30 195 -
CMYK 0.65 0.85 0 0.24
HSL 253.82º 0.73% 0.44% -
HSV(B) 253.82º 0.85% 0.76% -
XYZ 12.7 6.1 52.14 -
YUV 60.17 204.09 133.58 -
System Red Green Blue C M Y K H S L
Decimal 68 30 195 0.65 0.85 0 0.24 253.82 0.73 0.44
Hex 44 1E C3 41 55 0 18 FE 49 2C
Octal 104 36 303 101 125 0 30 376 111 54
Binary 1000100 11110 11000011 1000001 1010101 0 11000 11111110 1001001 101100

Color Harmonies of #441EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441EC3

Black with #441EC3

Text Example


Text Example

White with #441EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,30,195); }

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

background-color css

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

 a { background-color: rgb(68,30,195); }

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

border-color css

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

 span { border-color: rgb(68,30,195); }

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