#402161

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

Shades of Christalle #402161

Tints of Christalle #402161

Color information

#402161 (or 0x402161) is unknown color: approx Christalle. HEX triplet: 40, 21 and 61. RGB value is (64,33,97). Sum of RGB (Red+Green+Blue) = 64+33+97=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 97 (38.28% from 255 or 50% from 194); Max value from RGB is 97 - color contains mainly: blue. Hex color #402161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402161 is #BFDE9E. Grayscale: #313131. Windows color (decimal): -12574367 or 6365504. OLE color: 6365504.

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

Color convert

RGB643397-
CMYK0.340.6600.62
HSL269.06º49.23%25.49%-
HSV(B)269.06º65.98%38.04%-
XYZ4.823.0411.64-
YUV49.56154.77138.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.99%
GREEN value IS 33 (13.28% from 255) = 17.01%
BLUE value IS 97 (38.28% from 255) = 50%
R=32.99%
G=17.01%
B=50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6433970.340.6600.62269.0649.2325.49
Hex402161224203E10d3119
Octal10041141421020764156131
Binary100000010000111000011000101000010011111010000110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402161; }

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

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

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

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

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

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

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

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