Html Css Color HEX #41215F Christalle

📋 copy color: '#41215F'

red 65 ◦ green 33 ◦ blue 95

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

Shades of Christalle #41215F

Tints of Christalle #41215F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.1%

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

R = 33.68%
G = 17.1%
B = 49.22%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#41215F (or 0x41215F) is known color: Christalle. HEX triplet: 41, 21 and 5F. RGB value is (65,33,95). Sum of RGB (Red+Green+Blue) = 65+33+95=193 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.68% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 95 (37.5% from 255 or 49.22% from 193); Max value from RGB is 95 - color contains mainly: blue. Hex color #41215F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41215F is #BEDEA0. Grayscale: #313131. Windows color (decimal): -12508833 or 6234433. OLE color: 6234433.

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

Color convert

RGB 65 33 95 -
CMYK 0.32 0.65 0 0.63
HSL 270.97º 0.48% 0.25% -
HSV(B) 270.97º 0.65% 0.37% -
XYZ 4.79 3.04 11.16 -
YUV 49.64 153.6 138.96 -
System Red Green Blue C M Y K H S L
Decimal 65 33 95 0.32 0.65 0 0.63 270.97 0.48 0.25
Hex 41 21 5F 20 41 0 3F 10F 30 19
Octal 101 41 137 40 101 0 77 417 60 31
Binary 1000001 100001 1011111 100000 1000001 0 111111 100001111 110000 11001

Color Harmonies of #41215F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41215F

Black with #41215F

Text Example


Text Example

White with #41215F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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