Html Css Color HEX #441CD6 Han Purple

📋 copy color: '#441CD6'

red 68 ◦ green 28 ◦ blue 214

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

Shades of Han Purple #441CD6

Tints of Han Purple #441CD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 69.03%

R = 21.94%
G = 9.03%
B = 69.03%

CMYK

 C value IS 0.68

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#441CD6 (or 0x441CD6) is known color: Han Purple. HEX triplet: 44, 1C and D6. RGB value is (68,28,214). Sum of RGB (Red+Green+Blue) = 68+28+214=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 28 (11.33% from 255 or 9.03% from 310); Blue value is 214 (83.98% from 255 or 69.03% from 310); Max value from RGB is 214 - color contains mainly: blue. Hex color #441CD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441CD6 is #BBE329. Grayscale: #3C3C3C. Windows color (decimal): -12313386 or 14031940. OLE color: 14031940.

HSL color Cylindrical-coordinate representation of color #441CD6: hue angle of 252.9º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #441CD6 is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 68 28 214 -
CMYK 0.68 0.87 0 0.16
HSL 252.9º 0.77% 0.47% -
HSV(B) 252.9º 0.87% 0.84% -
XYZ 14.94 6.91 64.17 -
YUV 61.16 214.25 132.88 -
System Red Green Blue C M Y K H S L
Decimal 68 28 214 0.68 0.87 0 0.16 252.9 0.77 0.47
Hex 44 1C D6 44 57 0 10 FD 4D 2F
Octal 104 34 326 104 127 0 20 375 115 57
Binary 1000100 11100 11010110 1000100 1010111 0 10000 11111101 1001101 101111

Color Harmonies of #441CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441CD6

Black with #441CD6

Text Example


Text Example

White with #441CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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