#401A62

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

Shades of Christalle #401A62

Tints of Christalle #401A62

Color information

#401A62 (or 0x401A62) is unknown color: approx Christalle. HEX triplet: 40, 1A and 62. RGB value is (64,26,98). Sum of RGB (Red+Green+Blue) = 64+26+98=188 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.04% from 188); Green value is 26 (10.55% from 255 or 13.83% from 188); Blue value is 98 (38.67% from 255 or 52.13% from 188); Max value from RGB is 98 - color contains mainly: blue. Hex color #401A62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401A62 is #BFE59D. Grayscale: #2D2D2D. Windows color (decimal): -12576158 or 6429248. OLE color: 6429248.

HSL color Cylindrical-coordinate representation of color #401A62: hue angle of 271.67º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #401A62 is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB642698-
CMYK0.350.7300.62
HSL271.67º58.06%24.31%-
HSV(B)271.67º73.47%38.43%-
XYZ4.692.7111.83-
YUV45.57157.59141.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.04%
GREEN value IS 26 (10.55% from 255) = 13.83%
BLUE value IS 98 (38.67% from 255) = 52.13%
R=34.04%
G=13.83%
B=52.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6426980.350.7300.62271.6758.0624.31
Hex401A62234903E1103a18
Octal10032142431110764207230
Binary10000001101011000101000111001001011111010001000011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401A62; }

 p { color: rgb(64,26,98); }

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

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

 a { background-color: rgb(64,26,98); }

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

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

 span { border-color: rgb(64,26,98); }

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