Html Css Color HEX #41166D Christalle

📋 copy color: '#41166D'

red 65 ◦ green 22 ◦ blue 109

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

Shades of Christalle #41166D

Tints of Christalle #41166D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.22%

 BLUE value IS 109 (42.97% from 255) = 55.61%

R = 33.16%
G = 11.22%
B = 55.61%

CMYK

 C value IS 0.40

 M value IS 0.80

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#41166D (or 0x41166D) is known color: Christalle. HEX triplet: 41, 16 and 6D. RGB value is (65,22,109). Sum of RGB (Red+Green+Blue) = 65+22+109=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 22 (8.98% from 255 or 11.22% from 196); Blue value is 109 (42.97% from 255 or 55.61% from 196); Max value from RGB is 109 - color contains mainly: blue. Hex color #41166D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41166D is #BEE992. Grayscale: #2C2C2C. Windows color (decimal): -12511635 or 7149121. OLE color: 7149121.

HSL color Cylindrical-coordinate representation of color #41166D: hue angle of 269.66º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #41166D is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 65 22 109 -
CMYK 0.40 0.80 0 0.57
HSL 269.66º 0.66% 0.26% -
HSV(B) 269.66º 0.8% 0.43% -
XYZ 5.23 2.8 14.73 -
YUV 44.78 164.25 142.43 -
System Red Green Blue C M Y K H S L
Decimal 65 22 109 0.40 0.80 0 0.57 269.66 0.66 0.26
Hex 41 16 6D 28 50 0 39 10E 42 1A
Octal 101 26 155 50 120 0 71 416 102 32
Binary 1000001 10110 1101101 101000 1010000 0 111001 100001110 1000010 11010

Color Harmonies of #41166D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41166D

Black with #41166D

Text Example


Text Example

White with #41166D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41166D; }

 p { color: rgb(65,22,109); }

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

background-color css

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

 a { background-color: rgb(65,22,109); }

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

border-color css

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

 span { border-color: rgb(65,22,109); }

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