Html Css Color HEX #41295C Christalle

📋 copy color: '#41295C'

red 65 ◦ green 41 ◦ blue 92

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

Shades of Christalle #41295C

Tints of Christalle #41295C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.71%

 BLUE value IS 92 (36.33% from 255) = 46.46%

R = 32.83%
G = 20.71%
B = 46.46%

CMYK

 C value IS 0.29

 M value IS 0.55

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#41295C (or 0x41295C) is known color: Christalle. HEX triplet: 41, 29 and 5C. RGB value is (65,41,92). Sum of RGB (Red+Green+Blue) = 65+41+92=198 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.83% from 198); Green value is 41 (16.41% from 255 or 20.71% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 92 - color contains mainly: blue. Hex color #41295C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41295C is #BED6A3. Grayscale: #353535. Windows color (decimal): -12506788 or 6039873. OLE color: 6039873.

HSL color Cylindrical-coordinate representation of color #41295C: hue angle of 268.24º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41295C is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 65 41 92 -
CMYK 0.29 0.55 0 0.64
HSL 268.24º 0.38% 0.26% -
HSV(B) 268.24º 0.55% 0.36% -
XYZ 4.9 3.48 10.54 -
YUV 53.99 149.45 135.85 -
System Red Green Blue C M Y K H S L
Decimal 65 41 92 0.29 0.55 0 0.64 268.24 0.38 0.26
Hex 41 29 5C 1D 37 0 40 10C 26 1A
Octal 101 51 134 35 67 0 100 414 46 32
Binary 1000001 101001 1011100 11101 110111 0 1000000 100001100 100110 11010

Color Harmonies of #41295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41295C

Black with #41295C

Text Example


Text Example

White with #41295C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41295C; }

 p { color: rgb(65,41,92); }

 H1.HeaderClassName
 {
   color: #41295C;
 }
 .AnyTagClassName
 {
   color: #41295C;
 }
</style>

background-color css

<style>
 a { background-color: #41295C; }

 a { background-color: rgb(65,41,92); }

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

border-color css

<style>
 span { border-color: #41295C; }

 span { border-color: rgb(65,41,92); }

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