#40255B

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

Shades of Christalle #40255B

Tints of Christalle #40255B

Color information

#40255B (or 0x40255B) is unknown color: approx Christalle. HEX triplet: 40, 25 and 5B. RGB value is (64,37,91). Sum of RGB (Red+Green+Blue) = 64+37+91=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 91 (35.94% from 255 or 47.40% from 192); Max value from RGB is 91 - color contains mainly: blue. Hex color #40255B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40255B is #BFDAA4. Grayscale: #333333. Windows color (decimal): -12573349 or 5973312. OLE color: 5973312.

HSL color Cylindrical-coordinate representation of color #40255B: hue angle of 270º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40255B is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB643791-
CMYK0.300.5900.64
HSL270º42.19%25.1%-
HSV(B)270º59.34%35.69%-
XYZ4.663.1710.26-
YUV51.23150.45137.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.33%
GREEN value IS 37 (14.84% from 255) = 19.27%
BLUE value IS 91 (35.94% from 255) = 47.40%
R=33.33%
G=19.27%
B=47.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6437910.300.5900.6427042.1925.1
Hex40255B1E3B04010e2a19
Octal10045133367301004165231
Binary10000001001011011011111101110110100000010000111010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40255B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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