#402561

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

Shades of Christalle #402561

Tints of Christalle #402561

Color information

#402561 (or 0x402561) is unknown color: approx Christalle. HEX triplet: 40, 25 and 61. RGB value is (64,37,97). Sum of RGB (Red+Green+Blue) = 64+37+97=198 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.32% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 97 (38.28% from 255 or 48.99% from 198); Max value from RGB is 97 - color contains mainly: blue. Hex color #402561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402561 is #BFDA9E. Grayscale: #333333. Windows color (decimal): -12573343 or 6366528. OLE color: 6366528.

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

Color convert

RGB643797-
CMYK0.340.6200.62
HSL267º44.78%26.27%-
HSV(B)267º61.86%38.04%-
XYZ4.933.2811.68-
YUV51.91153.45136.62-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.32%
GREEN value IS 37 (14.84% from 255) = 18.69%
BLUE value IS 97 (38.28% from 255) = 48.99%
R=32.32%
G=18.69%
B=48.99%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6437970.340.6200.6226744.7826.27
Hex402561223E03E10b2d1a
Octal1004514142760764135532
Binary10000001001011100001100010111110011111010000101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402561; }

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

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

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

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

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

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

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

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