Html Css Color HEX #441DDA Han Purple

📋 copy color: '#441DDA'

red 68 ◦ green 29 ◦ blue 218

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

Shades of Han Purple #441DDA

Tints of Han Purple #441DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 69.21%

R = 21.59%
G = 9.21%
B = 69.21%

CMYK

 C value IS 0.69

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#441DDA (or 0x441DDA) is known color: Han Purple. HEX triplet: 44, 1D and DA. RGB value is (68,29,218). Sum of RGB (Red+Green+Blue) = 68+29+218=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 29 (11.72% from 255 or 9.21% from 315); Blue value is 218 (85.55% from 255 or 69.21% from 315); Max value from RGB is 218 - color contains mainly: blue. Hex color #441DDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441DDA is #BBE225. Grayscale: #3D3D3D. Windows color (decimal): -12313126 or 14294340. OLE color: 14294340.

HSL color Cylindrical-coordinate representation of color #441DDA: hue angle of 252.38º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #441DDA is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 68 29 218 -
CMYK 0.69 0.87 0 0.15
HSL 252.38º 0.77% 0.48% -
HSV(B) 252.38º 0.87% 0.85% -
XYZ 15.48 7.17 66.9 -
YUV 62.21 215.92 132.13 -
System Red Green Blue C M Y K H S L
Decimal 68 29 218 0.69 0.87 0 0.15 252.38 0.77 0.48
Hex 44 1D DA 45 57 0 F FC 4D 30
Octal 104 35 332 105 127 0 17 374 115 60
Binary 1000100 11101 11011010 1000101 1010111 0 1111 11111100 1001101 110000

Color Harmonies of #441DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441DDA

Black with #441DDA

Text Example


Text Example

White with #441DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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