Html Css Color HEX #441168 Christalle

📋 copy color: '#441168'

red 68 ◦ green 17 ◦ blue 104

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

Shades of Christalle #441168

Tints of Christalle #441168

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.99%

 BLUE value IS 104 (41.02% from 255) = 55.03%

R = 35.98%
G = 8.99%
B = 55.03%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#441168 (or 0x441168) is known color: Christalle. HEX triplet: 44, 11 and 68. RGB value is (68,17,104). Sum of RGB (Red+Green+Blue) = 68+17+104=189 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.98% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 104 (41.02% from 255 or 55.03% from 189); Max value from RGB is 104 - color contains mainly: blue. Hex color #441168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441168 is #BBEE97. Grayscale: #292929. Windows color (decimal): -12316312 or 6820164. OLE color: 6820164.

HSL color Cylindrical-coordinate representation of color #441168: hue angle of 275.17º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #441168 is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 68 17 104 -
CMYK 0.35 0.84 0 0.59
HSL 275.17º 0.72% 0.24% -
HSV(B) 275.17º 0.84% 0.41% -
XYZ 5.08 2.63 13.34 -
YUV 42.17 162.9 146.43 -
System Red Green Blue C M Y K H S L
Decimal 68 17 104 0.35 0.84 0 0.59 275.17 0.72 0.24
Hex 44 11 68 23 54 0 3B 113 48 18
Octal 104 21 150 43 124 0 73 423 110 30
Binary 1000100 10001 1101000 100011 1010100 0 111011 100010011 1001000 11000

Color Harmonies of #441168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441168

Black with #441168

Text Example


Text Example

White with #441168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441168; }

 p { color: rgb(68,17,104); }

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

background-color css

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

 a { background-color: rgb(68,17,104); }

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

border-color css

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

 span { border-color: rgb(68,17,104); }

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