Html Css Color HEX #41215D Christalle

📋 copy color: '#41215D'

red 65 ◦ green 33 ◦ blue 93

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

Shades of Christalle #41215D

Tints of Christalle #41215D

RGB

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

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

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

R = 34.03%
G = 17.28%
B = 48.69%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#41215D (or 0x41215D) is known color: Christalle. HEX triplet: 41, 21 and 5D. RGB value is (65,33,93). Sum of RGB (Red+Green+Blue) = 65+33+93=191 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.03% from 191); Green value is 33 (13.28% from 255 or 17.28% from 191); Blue value is 93 (36.72% from 255 or 48.69% from 191); Max value from RGB is 93 - color contains mainly: blue. Hex color #41215D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41215D is #BEDEA2. Grayscale: #313131. Windows color (decimal): -12508835 or 6103361. OLE color: 6103361.

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

Color convert

RGB 65 33 93 -
CMYK 0.30 0.65 0 0.64
HSL 272º 0.48% 0.25% -
HSV(B) 272º 0.65% 0.36% -
XYZ 4.7 3 10.69 -
YUV 49.41 152.6 139.12 -
System Red Green Blue C M Y K H S L
Decimal 65 33 93 0.30 0.65 0 0.64 272 0.48 0.25
Hex 41 21 5D 1E 41 0 40 110 30 19
Octal 101 41 135 36 101 0 100 420 60 31
Binary 1000001 100001 1011101 11110 1000001 0 1000000 100010000 110000 11001

Color Harmonies of #41215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41215D

Black with #41215D

Text Example


Text Example

White with #41215D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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