Html Css Color HEX #441169 Christalle

📋 copy color: '#441169'

red 68 ◦ green 17 ◦ blue 105

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

Shades of Christalle #441169

Tints of Christalle #441169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 55.26%

R = 35.79%
G = 8.95%
B = 55.26%

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

#441169 (or 0x441169) is known color: Christalle. HEX triplet: 44, 11 and 69. RGB value is (68,17,105). Sum of RGB (Red+Green+Blue) = 68+17+105=190 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.79% from 190); Green value is 17 (7.03% from 255 or 8.95% from 190); Blue value is 105 (41.41% from 255 or 55.26% from 190); Max value from RGB is 105 - color contains mainly: blue. Hex color #441169 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441169 is #BBEE96. Grayscale: #292929. Windows color (decimal): -12316311 or 6885700. OLE color: 6885700.

HSL color Cylindrical-coordinate representation of color #441169: hue angle of 274.77º 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 #441169 is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 68 17 105 -
CMYK 0.35 0.84 0 0.59
HSL 274.77º 0.72% 0.24% -
HSV(B) 274.77º 0.84% 0.41% -
XYZ 5.13 2.65 13.61 -
YUV 42.28 163.4 146.34 -
System Red Green Blue C M Y K H S L
Decimal 68 17 105 0.35 0.84 0 0.59 274.77 0.72 0.24
Hex 44 11 69 23 54 0 3B 113 48 18
Octal 104 21 151 43 124 0 73 423 110 30
Binary 1000100 10001 1101001 100011 1010100 0 111011 100010011 1001000 11000

Color Harmonies of #441169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441169

Black with #441169

Text Example


Text Example

White with #441169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441169; }

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

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

background-color css

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

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

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

border-color css

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

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

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