#401161

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

Shades of Christalle #401161

Tints of Christalle #401161

Color information

#401161 (or 0x401161) is unknown color: approx Christalle. HEX triplet: 40, 11 and 61. RGB value is (64,17,97). Sum of RGB (Red+Green+Blue) = 64+17+97=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 97 (38.28% from 255 or 54.49% from 178); Max value from RGB is 97 - color contains mainly: blue. Hex color #401161 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401161 is #BFEE9E. Grayscale: #272727. Windows color (decimal): -12578463 or 6361408. OLE color: 6361408.

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

Color convert

RGB641797-
CMYK0.340.8200.62
HSL275.25º70.18%22.35%-
HSV(B)275.25º82.47%38.04%-
XYZ4.472.3511.53-
YUV40.17160.07145-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.96%
GREEN value IS 17 (7.03% from 255) = 9.55%
BLUE value IS 97 (38.28% from 255) = 54.49%
R=35.96%
G=9.55%
B=54.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6417970.340.8200.62275.2570.1822.35
Hex401161225203E1134616
Octal100211414212207642310626
Binary100000010001110000110001010100100111110100010011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401161; }

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

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

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

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

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

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

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

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