#40235a

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

Shades of Christalle #40235A

Tints of Christalle #40235A

Color information

#40235A (or 0x40235A) is unknown color: approx Christalle. HEX triplet: 40, 23 and 5A. RGB value is (64,35,90). Sum of RGB (Red+Green+Blue) = 64+35+90=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 90 (35.55% from 255 or 47.62% from 189); Max value from RGB is 90 - color contains mainly: blue. Hex color #40235A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40235A is #BFDCA5. Grayscale: #313131. Windows color (decimal): -12573862 or 5907264. OLE color: 5907264.

HSL color Cylindrical-coordinate representation of color #40235A: hue angle of 271.64º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #40235A is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB643590-
CMYK0.290.6100.65
HSL271.64º44%24.51%-
HSV(B)271.64º61.11%35.29%-
XYZ4.563.0310.02-
YUV49.94150.61138.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.86%
GREEN value IS 35 (14.06% from 255) = 18.52%
BLUE value IS 90 (35.55% from 255) = 47.62%
R=33.86%
G=18.52%
B=47.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6435900.290.6100.65271.644424.51
Hex40235A1D3D0411102c19
Octal10043132357501014205431
Binary10000001000111011010111011111010100000110001000010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40235a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40235a; }

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

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

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

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

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

<style>
 span { border-color: #40235a; }

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

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