#40255D

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

Shades of Christalle #40255D

Tints of Christalle #40255D

Color information

#40255D (or 0x40255D) is unknown color: approx Christalle. HEX triplet: 40, 25 and 5D. RGB value is (64,37,93). Sum of RGB (Red+Green+Blue) = 64+37+93=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 93 (36.72% from 255 or 47.94% from 194); Max value from RGB is 93 - color contains mainly: blue. Hex color #40255D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40255D is #BFDAA2. Grayscale: #333333. Windows color (decimal): -12573347 or 6104384. OLE color: 6104384.

HSL color Cylindrical-coordinate representation of color #40255D: hue angle of 268.93º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40255D is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB643793-
CMYK0.310.6000.64
HSL268.93º43.08%25.49%-
HSV(B)268.93º60.22%36.47%-
XYZ4.753.210.72-
YUV51.46151.45136.95-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.99%
GREEN value IS 37 (14.84% from 255) = 19.07%
BLUE value IS 93 (36.72% from 255) = 47.94%
R=32.99%
G=19.07%
B=47.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6437930.310.6000.64268.9343.0825.49
Hex40255D1F3C04010d2b19
Octal10045135377401004155331
Binary10000001001011011101111111111000100000010000110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40255D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,37,93); }

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

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

 a { background-color: rgb(64,37,93); }

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

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

 span { border-color: rgb(64,37,93); }

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