#41236A

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

Shades of Christalle #41236A

Tints of Christalle #41236A

Color information

#41236A (or 0x41236A) is unknown color: approx Christalle. HEX triplet: 41, 23 and 6A. RGB value is (65,35,106). Sum of RGB (Red+Green+Blue) = 65+35+106=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 35 (14.06% from 255 or 16.99% from 206); Blue value is 106 (41.80% from 255 or 51.46% from 206); Max value from RGB is 106 - color contains mainly: blue. Hex color #41236A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41236A is #BEDC95. Grayscale: #333333. Windows color (decimal): -12508310 or 6955841. OLE color: 6955841.

HSL color Cylindrical-coordinate representation of color #41236A: hue angle of 265.35º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41236A is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6535106-
CMYK0.390.6700.58
HSL265.35º50.35%27.65%-
HSV(B)265.35º66.98%41.57%-
XYZ5.383.3714-
YUV52.06158.44137.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.55%
GREEN value IS 35 (14.06% from 255) = 16.99%
BLUE value IS 106 (41.80% from 255) = 51.46%
R=31.55%
G=16.99%
B=51.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65351060.390.6700.58265.3550.3527.65
Hex41236A274303A109321c
Octal10143152471030724116234
Binary100000110001111010101001111000011011101010000100111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41236A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41236A; }

 p { color: rgb(65,35,106); }

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

<style>
 a { background-color: #41236A; }

 a { background-color: rgb(65,35,106); }

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

<style>
 span { border-color: #41236A; }

 span { border-color: rgb(65,35,106); }

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