#401260

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

Shades of Christalle #401260

Tints of Christalle #401260

Color information

#401260 (or 0x401260) is unknown color: approx Christalle. HEX triplet: 40, 12 and 60. RGB value is (64,18,96). Sum of RGB (Red+Green+Blue) = 64+18+96=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 18 (7.42% from 255 or 10.11% from 178); Blue value is 96 (37.89% from 255 or 53.93% from 178); Max value from RGB is 96 - color contains mainly: blue. Hex color #401260 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401260 is #BFED9F. Grayscale: #282828. Windows color (decimal): -12578208 or 6296128. OLE color: 6296128.

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

Color convert

RGB641896-
CMYK0.330.8100.62
HSL275.38º68.42%22.35%-
HSV(B)275.38º81.25%37.65%-
XYZ4.442.3711.29-
YUV40.65159.24144.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.96%
GREEN value IS 18 (7.42% from 255) = 10.11%
BLUE value IS 96 (37.89% from 255) = 53.93%
R=35.96%
G=10.11%
B=53.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6418960.330.8100.62275.3868.4222.35
Hex401260215103E1134416
Octal100221404112107642310426
Binary100000010010110000010000110100010111110100010011100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401260; }

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

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

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

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

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

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

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

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