Html Css Color HEX #441DFC Han Purple

📋 copy color: '#441DFC'

red 68 ◦ green 29 ◦ blue 252

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

Shades of Han Purple #441DFC

Tints of Han Purple #441DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 72.21%

R = 19.48%
G = 8.31%
B = 72.21%

CMYK

 C value IS 0.73

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#441DFC (or 0x441DFC) is known color: Han Purple. HEX triplet: 44, 1D and FC. RGB value is (68,29,252). Sum of RGB (Red+Green+Blue) = 68+29+252=349 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.48% from 349); Green value is 29 (11.72% from 255 or 8.31% from 349); Blue value is 252 (98.83% from 255 or 72.21% from 349); Max value from RGB is 252 - color contains mainly: blue. Hex color #441DFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441DFC is #BBE203. Grayscale: #414141. Windows color (decimal): -12313092 or 16522564. OLE color: 16522564.

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

Color convert

RGB 68 29 252 -
CMYK 0.73 0.88 0 0.01
HSL 250.49º 0.97% 0.55% -
HSV(B) 250.49º 0.88% 0.99% -
XYZ 20.39 9.14 92.78 -
YUV 66.08 232.92 129.37 -
System Red Green Blue C M Y K H S L
Decimal 68 29 252 0.73 0.88 0 0.01 250.49 0.97 0.55
Hex 44 1D FC 49 58 0 1 FA 61 37
Octal 104 35 374 111 130 0 1 372 141 67
Binary 1000100 11101 11111100 1001001 1011000 0 1 11111010 1100001 110111

Color Harmonies of #441DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441DFC

Black with #441DFC

Text Example


Text Example

White with #441DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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