Html Css Color HEX #441AFD Han Purple

📋 copy color: '#441AFD'

red 68 ◦ green 26 ◦ blue 253

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

Shades of Han Purple #441AFD

Tints of Han Purple #441AFD

RGB

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

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

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

R = 19.6%
G = 7.49%
B = 72.91%

CMYK

 C value IS 0.73

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#441AFD (or 0x441AFD) is known color: Han Purple. HEX triplet: 44, 1A and FD. RGB value is (68,26,253). Sum of RGB (Red+Green+Blue) = 68+26+253=347 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.60% from 347); Green value is 26 (10.55% from 255 or 7.49% from 347); Blue value is 253 (99.22% from 255 or 72.91% from 347); Max value from RGB is 253 - color contains mainly: blue. Hex color #441AFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441AFD is #BBE502. Grayscale: #3F3F3F. Windows color (decimal): -12313859 or 16587332. OLE color: 16587332.

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

Color convert

RGB 68 26 253 -
CMYK 0.73 0.90 0 0.01
HSL 251.1º 0.98% 0.55% -
HSV(B) 251.1º 0.9% 0.99% -
XYZ 20.48 9.06 93.6 -
YUV 64.44 234.41 130.54 -
System Red Green Blue C M Y K H S L
Decimal 68 26 253 0.73 0.90 0 0.01 251.1 0.98 0.55
Hex 44 1A FD 49 5A 0 1 FB 62 37
Octal 104 32 375 111 132 0 1 373 142 67
Binary 1000100 11010 11111101 1001001 1011010 0 1 11111011 1100010 110111

Color Harmonies of #441AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441AFD

Black with #441AFD

Text Example


Text Example

White with #441AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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