Html Css Color HEX #441DBA Purple Heart

📋 copy color: '#441DBA'

red 68 ◦ green 29 ◦ blue 186

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

Shades of Purple Heart #441DBA

Tints of Purple Heart #441DBA

RGB

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

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

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

R = 24.03%
G = 10.25%
B = 65.72%

CMYK

 C value IS 0.63

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#441DBA (or 0x441DBA) is known color: Purple Heart. HEX triplet: 44, 1D and BA. RGB value is (68,29,186). Sum of RGB (Red+Green+Blue) = 68+29+186=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 186 (73.05% from 255 or 65.72% from 283); Max value from RGB is 186 - color contains mainly: blue. Hex color #441DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441DBA is #BBE245. Grayscale: #393939. Windows color (decimal): -12313158 or 12197188. OLE color: 12197188.

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

Color convert

RGB 68 29 186 -
CMYK 0.63 0.84 0 0.27
HSL 254.9º 0.73% 0.42% -
HSV(B) 254.9º 0.84% 0.73% -
XYZ 11.69 5.65 46.93 -
YUV 58.56 199.92 134.73 -
System Red Green Blue C M Y K H S L
Decimal 68 29 186 0.63 0.84 0 0.27 254.9 0.73 0.42
Hex 44 1D BA 3F 54 0 1B FF 49 2A
Octal 104 35 272 77 124 0 33 377 111 52
Binary 1000100 11101 10111010 111111 1010100 0 11011 11111111 1001001 101010

Color Harmonies of #441DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441DBA

Black with #441DBA

Text Example


Text Example

White with #441DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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