Html Css Color HEX #41116C Christalle

📋 copy color: '#41116C'

red 65 ◦ green 17 ◦ blue 108

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

Shades of Christalle #41116C

Tints of Christalle #41116C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 56.84%

R = 34.21%
G = 8.95%
B = 56.84%

CMYK

 C value IS 0.40

 M value IS 0.84

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#41116C (or 0x41116C) is known color: Christalle. HEX triplet: 41, 11 and 6C. RGB value is (65,17,108). Sum of RGB (Red+Green+Blue) = 65+17+108=190 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.21% from 190); Green value is 17 (7.03% from 255 or 8.95% from 190); Blue value is 108 (42.58% from 255 or 56.84% from 190); Max value from RGB is 108 - color contains mainly: blue. Hex color #41116C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41116C is #BEEE93. Grayscale: #292929. Windows color (decimal): -12512916 or 7082305. OLE color: 7082305.

HSL color Cylindrical-coordinate representation of color #41116C: hue angle of 271.65º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #41116C is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 65 17 108 -
CMYK 0.40 0.84 0 0.58
HSL 271.65º 0.73% 0.25% -
HSV(B) 271.65º 0.84% 0.42% -
XYZ 5.09 2.61 14.42 -
YUV 41.73 165.4 144.6 -
System Red Green Blue C M Y K H S L
Decimal 65 17 108 0.40 0.84 0 0.58 271.65 0.73 0.25
Hex 41 11 6C 28 54 0 3A 110 49 19
Octal 101 21 154 50 124 0 72 420 111 31
Binary 1000001 10001 1101100 101000 1010100 0 111010 100010000 1001001 11001

Color Harmonies of #41116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41116C

Black with #41116C

Text Example


Text Example

White with #41116C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41116C; }

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

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

background-color css

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

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

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

border-color css

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

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

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