Html Css Color HEX #441FFA Han Purple

📋 copy color: '#441FFA'

red 68 ◦ green 31 ◦ blue 250

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

Shades of Han Purple #441FFA

Tints of Han Purple #441FFA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.88%

 BLUE value IS 250 (98.05% from 255) = 71.63%

R = 19.48%
G = 8.88%
B = 71.63%

CMYK

 C value IS 0.73

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#441FFA (or 0x441FFA) is known color: Han Purple. HEX triplet: 44, 1F and FA. RGB value is (68,31,250). Sum of RGB (Red+Green+Blue) = 68+31+250=349 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.48% from 349); Green value is 31 (12.5% from 255 or 8.88% from 349); Blue value is 250 (98.05% from 255 or 71.63% from 349); Max value from RGB is 250 - color contains mainly: blue. Hex color #441FFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441FFA is #BBE005. Grayscale: #424242. Windows color (decimal): -12312582 or 16392004. OLE color: 16392004.

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

Color convert

RGB 68 31 250 -
CMYK 0.73 0.88 0 0.02
HSL 250.14º 0.96% 0.55% -
HSV(B) 250.14º 0.88% 0.98% -
XYZ 20.13 9.11 91.14 -
YUV 67.03 231.26 128.69 -
System Red Green Blue C M Y K H S L
Decimal 68 31 250 0.73 0.88 0 0.02 250.14 0.96 0.55
Hex 44 1F FA 49 58 0 2 FA 60 37
Octal 104 37 372 111 130 0 2 372 140 67
Binary 1000100 11111 11111010 1001001 1011000 0 10 11111010 1100000 110111

Color Harmonies of #441FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441FFA

Black with #441FFA

Text Example


Text Example

White with #441FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,31,250); }

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

background-color css

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

 a { background-color: rgb(68,31,250); }

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

border-color css

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

 span { border-color: rgb(68,31,250); }

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