#401361

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

Shades of Christalle #401361

Tints of Christalle #401361

Color information

#401361 (or 0x401361) is unknown color: approx Christalle. HEX triplet: 40, 13 and 61. RGB value is (64,19,97). Sum of RGB (Red+Green+Blue) = 64+19+97=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 19 (7.81% from 255 or 10.56% from 180); Blue value is 97 (38.28% from 255 or 53.89% from 180); Max value from RGB is 97 - color contains mainly: blue. Hex color #401361 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401361 is #BFEC9E. Grayscale: #292929. Windows color (decimal): -12577951 or 6361920. OLE color: 6361920.

HSL color Cylindrical-coordinate representation of color #401361: hue angle of 274.62º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #401361 is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB641997-
CMYK0.340.8000.62
HSL274.62º67.24%22.75%-
HSV(B)274.62º80.41%38.04%-
XYZ4.52.4211.54-
YUV41.35159.41144.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.56%
GREEN value IS 19 (7.81% from 255) = 10.56%
BLUE value IS 97 (38.28% from 255) = 53.89%
R=35.56%
G=10.56%
B=53.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6419970.340.8000.62274.6267.2422.75
Hex401361225003E1134317
Octal100231414212007642310327
Binary100000010011110000110001010100000111110100010011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401361; }

 p { color: rgb(64,19,97); }

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

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

 a { background-color: rgb(64,19,97); }

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

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

 span { border-color: rgb(64,19,97); }

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