Html Css Color HEX #441CFA Han Purple

📋 copy color: '#441CFA'

red 68 ◦ green 28 ◦ blue 250

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

Shades of Han Purple #441CFA

Tints of Han Purple #441CFA

RGB

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

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

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

R = 19.65%
G = 8.09%
B = 72.25%

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

#441CFA (or 0x441CFA) is known color: Han Purple. HEX triplet: 44, 1C and FA. RGB value is (68,28,250). Sum of RGB (Red+Green+Blue) = 68+28+250=346 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.65% from 346); Green value is 28 (11.33% from 255 or 8.09% from 346); Blue value is 250 (98.05% from 255 or 72.25% from 346); Max value from RGB is 250 - color contains mainly: blue. Hex color #441CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441CFA is #BBE305. Grayscale: #404040. Windows color (decimal): -12313350 or 16391236. OLE color: 16391236.

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

Color convert

RGB 68 28 250 -
CMYK 0.73 0.89 0 0.02
HSL 250.81º 0.96% 0.55% -
HSV(B) 250.81º 0.89% 0.98% -
XYZ 20.05 8.96 91.12 -
YUV 65.27 232.25 129.95 -
System Red Green Blue C M Y K H S L
Decimal 68 28 250 0.73 0.89 0 0.02 250.81 0.96 0.55
Hex 44 1C FA 49 59 0 2 FB 60 37
Octal 104 34 372 111 131 0 2 373 140 67
Binary 1000100 11100 11111010 1001001 1011001 0 10 11111011 1100000 110111

Color Harmonies of #441CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441CFA

Black with #441CFA

Text Example


Text Example

White with #441CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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