#401970

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

Shades of Christalle #401970

Tints of Christalle #401970

Color information

#401970 (or 0x401970) is unknown color: approx Christalle. HEX triplet: 40, 19 and 70. RGB value is (64,25,112). Sum of RGB (Red+Green+Blue) = 64+25+112=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 112 (44.14% from 255 or 55.72% from 201); Max value from RGB is 112 - color contains mainly: blue. Hex color #401970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401970 is #BFE68F. Grayscale: #2E2E2E. Windows color (decimal): -12576400 or 7346496. OLE color: 7346496.

HSL color Cylindrical-coordinate representation of color #401970: hue angle of 266.9º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #401970 is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6425112-
CMYK0.430.7800.56
HSL266.9º63.5%26.86%-
HSV(B)266.9º77.68%43.92%-
XYZ5.392.9615.62-
YUV46.58164.92140.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.84%
GREEN value IS 25 (10.16% from 255) = 12.44%
BLUE value IS 112 (44.14% from 255) = 55.72%
R=31.84%
G=12.44%
B=55.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64251120.430.7800.56266.963.526.86
Hex4019702B4E03810b401b
Octal100311605311607041310033
Binary100000011001111000010101110011100111000100001011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401970; }

 p { color: rgb(64,25,112); }

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

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

 a { background-color: rgb(64,25,112); }

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

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

 span { border-color: rgb(64,25,112); }

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