#311B5A

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

Shades of Christalle #311B5A

Tints of Christalle #311B5A

Color information

#311B5A (or 0x311B5A) is unknown color: approx Christalle. HEX triplet: 31, 1B and 5A. RGB value is (49,27,90). Sum of RGB (Red+Green+Blue) = 49+27+90=166 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.52% from 166); Green value is 27 (10.94% from 255 or 16.27% from 166); Blue value is 90 (35.55% from 255 or 54.22% from 166); Max value from RGB is 90 - color contains mainly: blue. Hex color #311B5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311B5A is #CEE4A5. Grayscale: #282828. Windows color (decimal): -13558950 or 5905201. OLE color: 5905201.

HSL color Cylindrical-coordinate representation of color #311B5A: hue angle of 260.95º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #311B5A is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB492790-
CMYK0.460.7000.65
HSL260.95º53.85%22.94%-
HSV(B)260.95º70%35.29%-
XYZ3.52.189.91-
YUV40.76155.79133.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.52%
GREEN value IS 27 (10.94% from 255) = 16.27%
BLUE value IS 90 (35.55% from 255) = 54.22%
R=29.52%
G=16.27%
B=54.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4927900.460.7000.65260.9553.8522.94
Hex311B5A2E460411053617
Octal61331325610601014056627
Binary11000111011101101010111010001100100000110000010111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311B5A; }

 p { color: rgb(49,27,90); }

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

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

 a { background-color: rgb(49,27,90); }

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

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

 span { border-color: rgb(49,27,90); }

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