Html Css Color HEX #441AFB Han Purple

📋 copy color: '#441AFB'

red 68 ◦ green 26 ◦ blue 251

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

Shades of Han Purple #441AFB

Tints of Han Purple #441AFB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.54%

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

R = 19.71%
G = 7.54%
B = 72.75%

CMYK

 C value IS 0.73

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#441AFB (or 0x441AFB) is known color: Han Purple. HEX triplet: 44, 1A and FB. RGB value is (68,26,251). Sum of RGB (Red+Green+Blue) = 68+26+251=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 26 (10.55% from 255 or 7.54% from 345); Blue value is 251 (98.44% from 255 or 72.75% from 345); Max value from RGB is 251 - color contains mainly: blue. Hex color #441AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441AFB is #BBE504. Grayscale: #3F3F3F. Windows color (decimal): -12313861 or 16456260. OLE color: 16456260.

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

Color convert

RGB 68 26 251 -
CMYK 0.73 0.90 0 0.02
HSL 251.2º 0.97% 0.54% -
HSV(B) 251.2º 0.9% 0.98% -
XYZ 20.17 8.93 91.93 -
YUV 64.21 233.41 130.7 -
System Red Green Blue C M Y K H S L
Decimal 68 26 251 0.73 0.90 0 0.02 251.2 0.97 0.54
Hex 44 1A FB 49 5A 0 2 FB 61 36
Octal 104 32 373 111 132 0 2 373 141 66
Binary 1000100 11010 11111011 1001001 1011010 0 10 11111011 1100001 110110

Color Harmonies of #441AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441AFB

Black with #441AFB

Text Example


Text Example

White with #441AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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