Html Css Color HEX #441DFD Han Purple

📋 copy color: '#441DFD'

red 68 ◦ green 29 ◦ blue 253

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

Shades of Han Purple #441DFD

Tints of Han Purple #441DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 72.29%

R = 19.43%
G = 8.29%
B = 72.29%

CMYK

 C value IS 0.73

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#441DFD (or 0x441DFD) is known color: Han Purple. HEX triplet: 44, 1D and FD. RGB value is (68,29,253). Sum of RGB (Red+Green+Blue) = 68+29+253=350 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.43% from 350); Green value is 29 (11.72% from 255 or 8.29% from 350); Blue value is 253 (99.22% from 255 or 72.29% from 350); Max value from RGB is 253 - color contains mainly: blue. Hex color #441DFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441DFD is #BBE202. Grayscale: #414141. Windows color (decimal): -12313091 or 16588100. OLE color: 16588100.

HSL color Cylindrical-coordinate representation of color #441DFD: hue angle of 250.45º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #441DFD is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 68 29 253 -
CMYK 0.73 0.89 0 0.01
HSL 250.45º 0.98% 0.55% -
HSV(B) 250.45º 0.89% 0.99% -
XYZ 20.55 9.2 93.62 -
YUV 66.2 233.42 129.29 -
System Red Green Blue C M Y K H S L
Decimal 68 29 253 0.73 0.89 0 0.01 250.45 0.98 0.55
Hex 44 1D FD 49 59 0 1 FA 62 37
Octal 104 35 375 111 131 0 1 372 142 67
Binary 1000100 11101 11111101 1001001 1011001 0 1 11111010 1100010 110111

Color Harmonies of #441DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441DFD

Black with #441DFD

Text Example


Text Example

White with #441DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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