Html Css Color HEX #441DAF Purple Heart

📋 copy color: '#441DAF'

red 68 ◦ green 29 ◦ blue 175

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

Shades of Purple Heart #441DAF

Tints of Purple Heart #441DAF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.66%

 BLUE value IS 175 (68.75% from 255) = 64.34%

R = 25%
G = 10.66%
B = 64.34%

CMYK

 C value IS 0.61

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#441DAF (or 0x441DAF) is known color: Purple Heart. HEX triplet: 44, 1D and AF. RGB value is (68,29,175). Sum of RGB (Red+Green+Blue) = 68+29+175=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 29 (11.72% from 255 or 10.66% from 272); Blue value is 175 (68.75% from 255 or 64.34% from 272); Max value from RGB is 175 - color contains mainly: blue. Hex color #441DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441DAF is #BBE250. Grayscale: #383838. Windows color (decimal): -12313169 or 11476292. OLE color: 11476292.

HSL color Cylindrical-coordinate representation of color #441DAF: hue angle of 256.03º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #441DAF is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 68 29 175 -
CMYK 0.61 0.83 0 0.31
HSL 256.03º 0.72% 0.4% -
HSV(B) 256.03º 0.83% 0.69% -
XYZ 10.56 5.2 41.01 -
YUV 57.31 194.42 135.63 -
System Red Green Blue C M Y K H S L
Decimal 68 29 175 0.61 0.83 0 0.31 256.03 0.72 0.4
Hex 44 1D AF 3D 53 0 1F 100 48 28
Octal 104 35 257 75 123 0 37 400 110 50
Binary 1000100 11101 10101111 111101 1010011 0 11111 100000000 1001000 101000

Color Harmonies of #441DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441DAF

Black with #441DAF

Text Example


Text Example

White with #441DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,29,175); }

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

background-color css

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

 a { background-color: rgb(68,29,175); }

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

border-color css

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

 span { border-color: rgb(68,29,175); }

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