#41275C

Color #41275C Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #41275C

Tints of Christalle #41275C

Color information

#41275C (or 0x41275C) is unknown color: approx Christalle. HEX triplet: 41, 27 and 5C. RGB value is (65,39,92). Sum of RGB (Red+Green+Blue) = 65+39+92=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 39 (15.62% from 255 or 19.90% from 196); Blue value is 92 (36.33% from 255 or 46.94% from 196); Max value from RGB is 92 - color contains mainly: blue. Hex color #41275C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41275C is #BED8A3. Grayscale: #343434. Windows color (decimal): -12507300 or 6039361. OLE color: 6039361.

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

Color convert

RGB653992-
CMYK0.290.5800.64
HSL269.43º40.46%25.69%-
HSV(B)269.43º57.61%36.08%-
XYZ4.843.3510.52-
YUV52.82150.11136.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.16%
GREEN value IS 39 (15.62% from 255) = 19.90%
BLUE value IS 92 (36.33% from 255) = 46.94%
R=33.16%
G=19.90%
B=46.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6539920.290.5800.64269.4340.4625.69
Hex41275C1D3A04010d281a
Octal10147134357201004155032
Binary10000011001111011100111011110100100000010000110110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41275C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #41275C;
 }
 .AnyTagClassName
 {
   color: #41275C;
 }
</style>
background-color css

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

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

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

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

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

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