Html Css Color HEX #441EFC Han Purple

📋 copy color: '#441EFC'

red 68 ◦ green 30 ◦ blue 252

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

Shades of Han Purple #441EFC

Tints of Han Purple #441EFC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.57%

 BLUE value IS 252 (98.83% from 255) = 72%

R = 19.43%
G = 8.57%
B = 72%

CMYK

 C value IS 0.73

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#441EFC (or 0x441EFC) is known color: Han Purple. HEX triplet: 44, 1E and FC. RGB value is (68,30,252). Sum of RGB (Red+Green+Blue) = 68+30+252=350 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.43% from 350); Green value is 30 (12.11% from 255 or 8.57% from 350); Blue value is 252 (98.83% from 255 or 72% from 350); Max value from RGB is 252 - color contains mainly: blue. Hex color #441EFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441EFC is #BBE103. Grayscale: #414141. Windows color (decimal): -12312836 or 16522820. OLE color: 16522820.

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

Color convert

RGB 68 30 252 -
CMYK 0.73 0.88 0 0.01
HSL 250.27º 0.97% 0.55% -
HSV(B) 250.27º 0.88% 0.99% -
XYZ 20.42 9.19 92.79 -
YUV 66.67 232.59 128.95 -
System Red Green Blue C M Y K H S L
Decimal 68 30 252 0.73 0.88 0 0.01 250.27 0.97 0.55
Hex 44 1E FC 49 58 0 1 FA 61 37
Octal 104 36 374 111 130 0 1 372 141 67
Binary 1000100 11110 11111100 1001001 1011000 0 1 11111010 1100001 110111

Color Harmonies of #441EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441EFC

Black with #441EFC

Text Example


Text Example

White with #441EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,30,252); }

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

background-color css

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

 a { background-color: rgb(68,30,252); }

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

border-color css

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

 span { border-color: rgb(68,30,252); }

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