#40246c

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

Shades of Christalle #40246C

Tints of Christalle #40246C

Color information

#40246C (or 0x40246C) is unknown color: approx Christalle. HEX triplet: 40, 24 and 6C. RGB value is (64,36,108). Sum of RGB (Red+Green+Blue) = 64+36+108=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 108 (42.58% from 255 or 51.92% from 208); Max value from RGB is 108 - color contains mainly: blue. Hex color #40246C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40246C is #BFDB93. Grayscale: #343434. Windows color (decimal): -12573588 or 7087168. OLE color: 7087168.

HSL color Cylindrical-coordinate representation of color #40246C: hue angle of 263.33º 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 #40246C is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6436108-
CMYK0.410.6700.58
HSL263.33º50%28.24%-
HSV(B)263.33º66.67%42.35%-
XYZ5.453.4314.56-
YUV52.58159.28136.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.77%
GREEN value IS 36 (14.45% from 255) = 17.31%
BLUE value IS 108 (42.58% from 255) = 51.92%
R=30.77%
G=17.31%
B=51.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64361080.410.6700.58263.335028.24
Hex40246C294303A107321c
Octal10044154511030724076234
Binary100000010010011011001010011000011011101010000011111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40246c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40246c; }

 p { color: rgb(64,36,108); }

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

<style>
 a { background-color: #40246c; }

 a { background-color: rgb(64,36,108); }

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

<style>
 span { border-color: #40246c; }

 span { border-color: rgb(64,36,108); }

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