Html Css Color HEX #441CE0 Han Purple

📋 copy color: '#441CE0'

red 68 ◦ green 28 ◦ blue 224

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

Shades of Han Purple #441CE0

Tints of Han Purple #441CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 70%

R = 21.25%
G = 8.75%
B = 70%

CMYK

 C value IS 0.70

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#441CE0 (or 0x441CE0) is known color: Han Purple. HEX triplet: 44, 1C and E0. RGB value is (68,28,224). Sum of RGB (Red+Green+Blue) = 68+28+224=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 28 (11.33% from 255 or 8.75% from 320); Blue value is 224 (87.89% from 255 or 70% from 320); Max value from RGB is 224 - color contains mainly: blue. Hex color #441CE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441CE0 is #BBE31F. Grayscale: #3D3D3D. Windows color (decimal): -12313376 or 14687300. OLE color: 14687300.

HSL color Cylindrical-coordinate representation of color #441CE0: hue angle of 252.24º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #441CE0 is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 68 28 224 -
CMYK 0.70 0.88 0 0.12
HSL 252.24º 0.78% 0.49% -
HSV(B) 252.24º 0.88% 0.88% -
XYZ 16.25 7.44 71.1 -
YUV 62.3 219.25 132.06 -
System Red Green Blue C M Y K H S L
Decimal 68 28 224 0.70 0.88 0 0.12 252.24 0.78 0.49
Hex 44 1C E0 46 58 0 C FC 4E 31
Octal 104 34 340 106 130 0 14 374 116 61
Binary 1000100 11100 11100000 1000110 1011000 0 1100 11111100 1001110 110001

Color Harmonies of #441CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441CE0

Black with #441CE0

Text Example


Text Example

White with #441CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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