#40275A

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

Shades of Christalle #40275A

Tints of Christalle #40275A

Color information

#40275A (or 0x40275A) is unknown color: approx Christalle. HEX triplet: 40, 27 and 5A. RGB value is (64,39,90). Sum of RGB (Red+Green+Blue) = 64+39+90=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 39 (15.62% from 255 or 20.21% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 90 - color contains mainly: blue. Hex color #40275A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40275A is #BFD8A5. Grayscale: #343434. Windows color (decimal): -12572838 or 5908288. OLE color: 5908288.

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

Color convert

RGB643990-
CMYK0.290.5700.65
HSL269.41º39.53%25.29%-
HSV(B)269.41º56.67%35.29%-
XYZ4.693.2810.06-
YUV52.29149.28136.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.16%
GREEN value IS 39 (15.62% from 255) = 20.21%
BLUE value IS 90 (35.55% from 255) = 46.63%
R=33.16%
G=20.21%
B=46.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6439900.290.5700.65269.4139.5325.29
Hex40275A1D3904110d2819
Octal10047132357101014155031
Binary10000001001111011010111011110010100000110000110110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40275A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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