Html Css Color HEX #441CFD Han Purple

📋 copy color: '#441CFD'

red 68 ◦ green 28 ◦ blue 253

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

Shades of Han Purple #441CFD

Tints of Han Purple #441CFD

RGB

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

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

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

R = 19.48%
G = 8.02%
B = 72.49%

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

#441CFD (or 0x441CFD) is known color: Han Purple. HEX triplet: 44, 1C and FD. RGB value is (68,28,253). Sum of RGB (Red+Green+Blue) = 68+28+253=349 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.48% from 349); Green value is 28 (11.33% from 255 or 8.02% from 349); Blue value is 253 (99.22% from 255 or 72.49% from 349); Max value from RGB is 253 - color contains mainly: blue. Hex color #441CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441CFD is #BBE302. Grayscale: #404040. Windows color (decimal): -12313347 or 16587844. OLE color: 16587844.

HSL color Cylindrical-coordinate representation of color #441CFD: hue angle of 250.67º 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 #441CFD is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 68 28 253 -
CMYK 0.73 0.89 0 0.01
HSL 250.67º 0.98% 0.55% -
HSV(B) 250.67º 0.89% 0.99% -
XYZ 20.53 9.15 93.61 -
YUV 65.61 233.75 129.7 -
System Red Green Blue C M Y K H S L
Decimal 68 28 253 0.73 0.89 0 0.01 250.67 0.98 0.55
Hex 44 1C FD 49 59 0 1 FB 62 37
Octal 104 34 375 111 131 0 1 373 142 67
Binary 1000100 11100 11111101 1001001 1011001 0 1 11111011 1100010 110111

Color Harmonies of #441CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441CFD

Black with #441CFD

Text Example


Text Example

White with #441CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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