Html Css Color HEX #41095F Christalle

📋 copy color: '#41095F'

red 65 ◦ green 9 ◦ blue 95

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

Shades of Christalle #41095F

Tints of Christalle #41095F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.33%

 BLUE value IS 95 (37.5% from 255) = 56.21%

R = 38.46%
G = 5.33%
B = 56.21%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#41095F (or 0x41095F) is known color: Christalle. HEX triplet: 41, 09 and 5F. RGB value is (65,9,95). Sum of RGB (Red+Green+Blue) = 65+9+95=169 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.46% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 95 (37.5% from 255 or 56.21% from 169); Max value from RGB is 95 - color contains mainly: blue. Hex color #41095F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41095F is #BEF6A0. Grayscale: #232323. Windows color (decimal): -12514977 or 6228289. OLE color: 6228289.

HSL color Cylindrical-coordinate representation of color #41095F: hue angle of 279.07º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #41095F is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 65 9 95 -
CMYK 0.32 0.91 0 0.63
HSL 279.07º 0.83% 0.2% -
HSV(B) 279.07º 0.91% 0.37% -
XYZ 4.34 2.15 11.01 -
YUV 35.55 161.55 149.01 -
System Red Green Blue C M Y K H S L
Decimal 65 9 95 0.32 0.91 0 0.63 279.07 0.83 0.2
Hex 41 9 5F 20 5B 0 3F 117 53 14
Octal 101 11 137 40 133 0 77 427 123 24
Binary 1000001 1001 1011111 100000 1011011 0 111111 100010111 1010011 10100

Color Harmonies of #41095F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41095F

Black with #41095F

Text Example


Text Example

White with #41095F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41095F; }

 p { color: rgb(65,9,95); }

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

background-color css

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

 a { background-color: rgb(65,9,95); }

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

border-color css

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

 span { border-color: rgb(65,9,95); }

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