Html Css Color HEX #41185D Christalle

📋 copy color: '#41185D'

red 65 ◦ green 24 ◦ blue 93

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

Shades of Christalle #41185D

Tints of Christalle #41185D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.19%

 BLUE value IS 93 (36.72% from 255) = 51.1%

R = 35.71%
G = 13.19%
B = 51.1%

CMYK

 C value IS 0.30

 M value IS 0.74

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#41185D (or 0x41185D) is known color: Christalle. HEX triplet: 41, 18 and 5D. RGB value is (65,24,93). Sum of RGB (Red+Green+Blue) = 65+24+93=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 24 (9.77% from 255 or 13.19% from 182); Blue value is 93 (36.72% from 255 or 51.10% from 182); Max value from RGB is 93 - color contains mainly: blue. Hex color #41185D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41185D is #BEE7A2. Grayscale: #2B2B2B. Windows color (decimal): -12511139 or 6101057. OLE color: 6101057.

HSL color Cylindrical-coordinate representation of color #41185D: hue angle of 275.65º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41185D is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 65 24 93 -
CMYK 0.30 0.74 0 0.64
HSL 275.65º 0.59% 0.23% -
HSV(B) 275.65º 0.74% 0.36% -
XYZ 4.48 2.57 10.62 -
YUV 44.13 155.58 142.89 -
System Red Green Blue C M Y K H S L
Decimal 65 24 93 0.30 0.74 0 0.64 275.65 0.59 0.23
Hex 41 18 5D 1E 4A 0 40 114 3B 17
Octal 101 30 135 36 112 0 100 424 73 27
Binary 1000001 11000 1011101 11110 1001010 0 1000000 100010100 111011 10111

Color Harmonies of #41185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41185D

Black with #41185D

Text Example


Text Example

White with #41185D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,24,93); }

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

background-color css

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

 a { background-color: rgb(65,24,93); }

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

border-color css

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

 span { border-color: rgb(65,24,93); }

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