#311761

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

Shades of Christalle #311761

Tints of Christalle #311761

Color information

#311761 (or 0x311761) is unknown color: approx Christalle. HEX triplet: 31, 17 and 61. RGB value is (49,23,97). Sum of RGB (Red+Green+Blue) = 49+23+97=169 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.99% from 169); Green value is 23 (9.38% from 255 or 13.61% from 169); Blue value is 97 (38.28% from 255 or 57.40% from 169); Max value from RGB is 97 - color contains mainly: blue. Hex color #311761 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311761 is #CEE89E. Grayscale: #262626. Windows color (decimal): -13559967 or 6362929. OLE color: 6362929.

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

Color convert

RGB492397-
CMYK0.490.7600.62
HSL261.08º61.67%23.53%-
HSV(B)261.08º76.29%38.04%-
XYZ3.732.1311.52-
YUV39.21160.61134.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.99%
GREEN value IS 23 (9.38% from 255) = 13.61%
BLUE value IS 97 (38.28% from 255) = 57.40%
R=28.99%
G=13.61%
B=57.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4923970.490.7600.62261.0861.6723.53
Hex311761314C03E1053e18
Octal6127141611140764057630
Binary1100011011111000011100011001100011111010000010111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311761; }

 p { color: rgb(49,23,97); }

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

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

 a { background-color: rgb(49,23,97); }

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

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

 span { border-color: rgb(49,23,97); }

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