#402260

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

Shades of Christalle #402260

Tints of Christalle #402260

Color information

#402260 (or 0x402260) is unknown color: approx Christalle. HEX triplet: 40, 22 and 60. RGB value is (64,34,96). Sum of RGB (Red+Green+Blue) = 64+34+96=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 34 (13.67% from 255 or 17.53% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: blue. Hex color #402260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402260 is #BFDD9F. Grayscale: #313131. Windows color (decimal): -12574112 or 6300224. OLE color: 6300224.

HSL color Cylindrical-coordinate representation of color #402260: hue angle of 269.03º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #402260 is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB643496-
CMYK0.330.6500.62
HSL269.03º47.69%25.49%-
HSV(B)269.03º64.58%37.65%-
XYZ4.83.0811.41-
YUV50.04153.94137.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.99%
GREEN value IS 34 (13.67% from 255) = 17.53%
BLUE value IS 96 (37.89% from 255) = 49.48%
R=32.99%
G=17.53%
B=49.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6434960.330.6500.62269.0347.6925.49
Hex402260214103E10d3019
Octal10042140411010764156031
Binary100000010001011000001000011000001011111010000110111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402260; }

 p { color: rgb(64,34,96); }

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

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

 a { background-color: rgb(64,34,96); }

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

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

 span { border-color: rgb(64,34,96); }

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