Html Css Color HEX #441BDC Han Purple

📋 copy color: '#441BDC'

red 68 ◦ green 27 ◦ blue 220

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

Shades of Han Purple #441BDC

Tints of Han Purple #441BDC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.57%

 BLUE value IS 220 (86.33% from 255) = 69.84%

R = 21.59%
G = 8.57%
B = 69.84%

CMYK

 C value IS 0.69

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#441BDC (or 0x441BDC) is known color: Han Purple. HEX triplet: 44, 1B and DC. RGB value is (68,27,220). Sum of RGB (Red+Green+Blue) = 68+27+220=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 27 (10.94% from 255 or 8.57% from 315); Blue value is 220 (86.33% from 255 or 69.84% from 315); Max value from RGB is 220 - color contains mainly: blue. Hex color #441BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441BDC is #BBE423. Grayscale: #3C3C3C. Windows color (decimal): -12313636 or 14424900. OLE color: 14424900.

HSL color Cylindrical-coordinate representation of color #441BDC: hue angle of 252.75º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #441BDC is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 68 27 220 -
CMYK 0.69 0.88 0 0.14
HSL 252.75º 0.78% 0.48% -
HSV(B) 252.75º 0.88% 0.86% -
XYZ 15.69 7.18 68.27 -
YUV 61.26 217.58 132.81 -
System Red Green Blue C M Y K H S L
Decimal 68 27 220 0.69 0.88 0 0.14 252.75 0.78 0.48
Hex 44 1B DC 45 58 0 E FD 4E 30
Octal 104 33 334 105 130 0 16 375 116 60
Binary 1000100 11011 11011100 1000101 1011000 0 1110 11111101 1001110 110000

Color Harmonies of #441BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441BDC

Black with #441BDC

Text Example


Text Example

White with #441BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,27,220); }

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

background-color css

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

 a { background-color: rgb(68,27,220); }

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

border-color css

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

 span { border-color: rgb(68,27,220); }

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