#40075F

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

Shades of Christalle #40075F

Tints of Christalle #40075F

Color information

#40075F (or 0x40075F) is unknown color: approx Christalle. HEX triplet: 40, 07 and 5F. RGB value is (64,7,95). Sum of RGB (Red+Green+Blue) = 64+7+95=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 7 (3.12% from 255 or 4.22% from 166); Blue value is 95 (37.5% from 255 or 57.23% from 166); Max value from RGB is 95 - color contains mainly: blue. Hex color #40075F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40075F is #BFF8A0. Grayscale: #212121. Windows color (decimal): -12581025 or 6227776. OLE color: 6227776.

HSL color Cylindrical-coordinate representation of color #40075F: hue angle of 278.86º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #40075F is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB64795-
CMYK0.330.9300.63
HSL278.86º86.27%20%-
HSV(B)278.86º92.63%37.25%-
XYZ4.262.0711-
YUV34.07162.38149.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.55%
GREEN value IS 7 (3.12% from 255) = 4.22%
BLUE value IS 95 (37.5% from 255) = 57.23%
R=38.55%
G=4.22%
B=57.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal647950.330.9300.63278.8686.2720
Hex4075F215D03F1175614
Octal10071374113507742712624
Binary1000000111101111110000110111010111111100010111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40075F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40075F; }

 p { color: rgb(64,7,95); }

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

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

 a { background-color: rgb(64,7,95); }

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

<style>
 span { border-color: #40075F; }

 span { border-color: rgb(64,7,95); }

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