#40236D

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

Shades of Christalle #40236D

Tints of Christalle #40236D

Color information

#40236D (or 0x40236D) is unknown color: approx Christalle. HEX triplet: 40, 23 and 6D. RGB value is (64,35,109). Sum of RGB (Red+Green+Blue) = 64+35+109=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 109 (42.97% from 255 or 52.40% from 208); Max value from RGB is 109 - color contains mainly: blue. Hex color #40236D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40236D is #BFDC92. Grayscale: #333333. Windows color (decimal): -12573843 or 7152448. OLE color: 7152448.

HSL color Cylindrical-coordinate representation of color #40236D: hue angle of 263.51º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40236D is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6435109-
CMYK0.410.6800.57
HSL263.51º51.39%28.24%-
HSV(B)263.51º67.89%42.75%-
XYZ5.483.414.83-
YUV52.11160.11136.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.77%
GREEN value IS 35 (14.06% from 255) = 16.83%
BLUE value IS 109 (42.97% from 255) = 52.40%
R=30.77%
G=16.83%
B=52.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64351090.410.6800.57263.5151.3928.24
Hex40236D2944039108331c
Octal10043155511040714106334
Binary100000010001111011011010011000100011100110000100011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40236D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,35,109); }

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

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

 a { background-color: rgb(64,35,109); }

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

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

 span { border-color: rgb(64,35,109); }

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