#401265

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

Shades of Christalle #401265

Tints of Christalle #401265

Color information

#401265 (or 0x401265) is unknown color: approx Christalle. HEX triplet: 40, 12 and 65. RGB value is (64,18,101). Sum of RGB (Red+Green+Blue) = 64+18+101=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 101 (39.84% from 255 or 55.19% from 183); Max value from RGB is 101 - color contains mainly: blue. Hex color #401265 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401265 is #BFED9A. Grayscale: #282828. Windows color (decimal): -12578203 or 6623808. OLE color: 6623808.

HSL color Cylindrical-coordinate representation of color #401265: hue angle of 273.25º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #401265 is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6418101-
CMYK0.370.8200.60
HSL273.25º69.75%23.33%-
HSV(B)273.25º82.18%39.61%-
XYZ4.682.4612.54-
YUV41.22161.74144.25-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.97%
GREEN value IS 18 (7.42% from 255) = 9.84%
BLUE value IS 101 (39.84% from 255) = 55.19%
R=34.97%
G=9.84%
B=55.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal64181010.370.8200.60273.2569.7523.33
Hex401265255203C1114617
Octal100221454512207442110627
Binary100000010010110010110010110100100111100100010001100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401265; }

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

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

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

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

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

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

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

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