Html Css Color HEX #441CDD Han Purple

📋 copy color: '#441CDD'

red 68 ◦ green 28 ◦ blue 221

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

Shades of Han Purple #441CDD

Tints of Han Purple #441CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 69.72%

R = 21.45%
G = 8.83%
B = 69.72%

CMYK

 C value IS 0.69

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#441CDD (or 0x441CDD) is known color: Han Purple. HEX triplet: 44, 1C and DD. RGB value is (68,28,221). Sum of RGB (Red+Green+Blue) = 68+28+221=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 28 (11.33% from 255 or 8.83% from 317); Blue value is 221 (86.72% from 255 or 69.72% from 317); Max value from RGB is 221 - color contains mainly: blue. Hex color #441CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441CDD is #BBE322. Grayscale: #3D3D3D. Windows color (decimal): -12313379 or 14490692. OLE color: 14490692.

HSL color Cylindrical-coordinate representation of color #441CDD: hue angle of 252.44º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #441CDD is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 68 28 221 -
CMYK 0.69 0.87 0 0.13
HSL 252.44º 0.78% 0.49% -
HSV(B) 252.44º 0.87% 0.87% -
XYZ 15.85 7.28 68.98 -
YUV 61.96 217.75 132.31 -
System Red Green Blue C M Y K H S L
Decimal 68 28 221 0.69 0.87 0 0.13 252.44 0.78 0.49
Hex 44 1C DD 45 57 0 D FC 4E 31
Octal 104 34 335 105 127 0 15 374 116 61
Binary 1000100 11100 11011101 1000101 1010111 0 1101 11111100 1001110 110001

Color Harmonies of #441CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441CDD

Black with #441CDD

Text Example


Text Example

White with #441CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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