Html Css Color HEX #441BDF Han Purple

📋 copy color: '#441BDF'

red 68 ◦ green 27 ◦ blue 223

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

Shades of Han Purple #441BDF

Tints of Han Purple #441BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 70.13%

R = 21.38%
G = 8.49%
B = 70.13%

CMYK

 C value IS 0.70

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#441BDF (or 0x441BDF) is known color: Han Purple. HEX triplet: 44, 1B and DF. RGB value is (68,27,223). Sum of RGB (Red+Green+Blue) = 68+27+223=318 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.38% from 318); Green value is 27 (10.94% from 255 or 8.49% from 318); Blue value is 223 (87.5% from 255 or 70.13% from 318); Max value from RGB is 223 - color contains mainly: blue. Hex color #441BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441BDF is #BBE420. Grayscale: #3C3C3C. Windows color (decimal): -12313633 or 14621508. OLE color: 14621508.

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

Color convert

RGB 68 27 223 -
CMYK 0.70 0.88 0 0.13
HSL 252.55º 0.78% 0.49% -
HSV(B) 252.55º 0.88% 0.87% -
XYZ 16.1 7.34 70.38 -
YUV 61.6 219.08 132.56 -
System Red Green Blue C M Y K H S L
Decimal 68 27 223 0.70 0.88 0 0.13 252.55 0.78 0.49
Hex 44 1B DF 46 58 0 D FD 4E 31
Octal 104 33 337 106 130 0 15 375 116 61
Binary 1000100 11011 11011111 1000110 1011000 0 1101 11111101 1001110 110001

Color Harmonies of #441BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441BDF

Black with #441BDF

Text Example


Text Example

White with #441BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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