Html Css Color HEX #441CFB Han Purple

📋 copy color: '#441CFB'

red 68 ◦ green 28 ◦ blue 251

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

Shades of Han Purple #441CFB

Tints of Han Purple #441CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 72.33%

R = 19.6%
G = 8.07%
B = 72.33%

CMYK

 C value IS 0.73

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#441CFB (or 0x441CFB) is known color: Han Purple. HEX triplet: 44, 1C and FB. RGB value is (68,28,251). Sum of RGB (Red+Green+Blue) = 68+28+251=347 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.60% from 347); Green value is 28 (11.33% from 255 or 8.07% from 347); Blue value is 251 (98.44% from 255 or 72.33% from 347); Max value from RGB is 251 - color contains mainly: blue. Hex color #441CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441CFB is #BBE304. Grayscale: #404040. Windows color (decimal): -12313349 or 16456772. OLE color: 16456772.

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

Color convert

RGB 68 28 251 -
CMYK 0.73 0.89 0 0.02
HSL 250.76º 0.97% 0.55% -
HSV(B) 250.76º 0.89% 0.98% -
XYZ 20.21 9.02 91.94 -
YUV 65.38 232.75 129.87 -
System Red Green Blue C M Y K H S L
Decimal 68 28 251 0.73 0.89 0 0.02 250.76 0.97 0.55
Hex 44 1C FB 49 59 0 2 FB 61 37
Octal 104 34 373 111 131 0 2 373 141 67
Binary 1000100 11100 11111011 1001001 1011001 0 10 11111011 1100001 110111

Color Harmonies of #441CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441CFB

Black with #441CFB

Text Example


Text Example

White with #441CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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