#40215A

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

Shades of Christalle #40215A

Tints of Christalle #40215A

Color information

#40215A (or 0x40215A) is unknown color: approx Christalle. HEX triplet: 40, 21 and 5A. RGB value is (64,33,90). Sum of RGB (Red+Green+Blue) = 64+33+90=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 90 (35.55% from 255 or 48.13% from 187); Max value from RGB is 90 - color contains mainly: blue. Hex color #40215A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40215A is #BFDEA5. Grayscale: #303030. Windows color (decimal): -12574374 or 5906752. OLE color: 5906752.

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

Color convert

RGB643390-
CMYK0.290.6300.65
HSL272.63º46.34%24.12%-
HSV(B)272.63º63.33%35.29%-
XYZ4.52.9210-
YUV48.77151.27138.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.22%
GREEN value IS 33 (13.28% from 255) = 17.65%
BLUE value IS 90 (35.55% from 255) = 48.13%
R=34.22%
G=17.65%
B=48.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6433900.290.6300.65272.6346.3424.12
Hex40215A1D3F0411112e18
Octal10041132357701014215630
Binary10000001000011011010111011111110100000110001000110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40215A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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