Html Css Color HEX #411169 Christalle

📋 copy color: '#411169'

red 65 ◦ green 17 ◦ blue 105

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

Shades of Christalle #411169

Tints of Christalle #411169

RGB

 RED value IS 65 (25.78% from 255) = 34.76%

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

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

R = 34.76%
G = 9.09%
B = 56.15%

CMYK

 C value IS 0.38

 M value IS 0.84

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#411169 (or 0x411169) is known color: Christalle. HEX triplet: 41, 11 and 69. RGB value is (65,17,105). Sum of RGB (Red+Green+Blue) = 65+17+105=187 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.76% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 105 (41.41% from 255 or 56.15% from 187); Max value from RGB is 105 - color contains mainly: blue. Hex color #411169 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411169 is #BEEE96. Grayscale: #292929. Windows color (decimal): -12512919 or 6885697. OLE color: 6885697.

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

Color convert

RGB 65 17 105 -
CMYK 0.38 0.84 0 0.59
HSL 272.73º 0.72% 0.24% -
HSV(B) 272.73º 0.84% 0.41% -
XYZ 4.93 2.54 13.6 -
YUV 41.38 163.9 144.84 -
System Red Green Blue C M Y K H S L
Decimal 65 17 105 0.38 0.84 0 0.59 272.73 0.72 0.24
Hex 41 11 69 26 54 0 3B 111 48 18
Octal 101 21 151 46 124 0 73 421 110 30
Binary 1000001 10001 1101001 100110 1010100 0 111011 100010001 1001000 11000

Color Harmonies of #411169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411169

Black with #411169

Text Example


Text Example

White with #411169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411169; }

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

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

background-color css

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

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

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

border-color css

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

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

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