Html Css Color HEX #41195F Christalle

📋 copy color: '#41195F'

red 65 ◦ green 25 ◦ blue 95

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

Shades of Christalle #41195F

Tints of Christalle #41195F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.51%

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

R = 35.14%
G = 13.51%
B = 51.35%

CMYK

 C value IS 0.32

 M value IS 0.74

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#41195F (or 0x41195F) is known color: Christalle. HEX triplet: 41, 19 and 5F. RGB value is (65,25,95). Sum of RGB (Red+Green+Blue) = 65+25+95=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 95 (37.5% from 255 or 51.35% from 185); Max value from RGB is 95 - color contains mainly: blue. Hex color #41195F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41195F is #BEE6A0. Grayscale: #2C2C2C. Windows color (decimal): -12510881 or 6232385. OLE color: 6232385.

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

Color convert

RGB 65 25 95 -
CMYK 0.32 0.74 0 0.63
HSL 274.29º 0.58% 0.24% -
HSV(B) 274.29º 0.74% 0.37% -
XYZ 4.59 2.65 11.09 -
YUV 44.94 156.25 142.31 -
System Red Green Blue C M Y K H S L
Decimal 65 25 95 0.32 0.74 0 0.63 274.29 0.58 0.24
Hex 41 19 5F 20 4A 0 3F 112 3A 18
Octal 101 31 137 40 112 0 77 422 72 30
Binary 1000001 11001 1011111 100000 1001010 0 111111 100010010 111010 11000

Color Harmonies of #41195F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41195F

Black with #41195F

Text Example


Text Example

White with #41195F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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