#401B62

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

Shades of Christalle #401B62

Tints of Christalle #401B62

Color information

#401B62 (or 0x401B62) is unknown color: approx Christalle. HEX triplet: 40, 1B and 62. RGB value is (64,27,98). Sum of RGB (Red+Green+Blue) = 64+27+98=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 27 (10.94% from 255 or 14.29% from 189); Blue value is 98 (38.67% from 255 or 51.85% from 189); Max value from RGB is 98 - color contains mainly: blue. Hex color #401B62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401B62 is #BFE49D. Grayscale: #2D2D2D. Windows color (decimal): -12575902 or 6429504. OLE color: 6429504.

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

Color convert

RGB642798-
CMYK0.350.7200.62
HSL271.27º56.8%24.51%-
HSV(B)271.27º72.45%38.43%-
XYZ4.712.7611.84-
YUV46.16157.26140.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.86%
GREEN value IS 27 (10.94% from 255) = 14.29%
BLUE value IS 98 (38.67% from 255) = 51.85%
R=33.86%
G=14.29%
B=51.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6427980.350.7200.62271.2756.824.51
Hex401B62234803E10f3919
Octal10033142431100764177131
Binary10000001101111000101000111001000011111010000111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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