#311E62

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

Shades of Christalle #311E62

Tints of Christalle #311E62

Color information

#311E62 (or 0x311E62) is unknown color: approx Christalle. HEX triplet: 31, 1E and 62. RGB value is (49,30,98). Sum of RGB (Red+Green+Blue) = 49+30+98=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 30 (12.11% from 255 or 16.95% from 177); Blue value is 98 (38.67% from 255 or 55.37% from 177); Max value from RGB is 98 - color contains mainly: blue. Hex color #311E62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311E62 is #CEE19D. Grayscale: #2B2B2B. Windows color (decimal): -13558174 or 6430257. OLE color: 6430257.

HSL color Cylindrical-coordinate representation of color #311E62: hue angle of 256.76º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #311E62 is Cyan = 0.5, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB493098-
CMYK0.50.6900.62
HSL256.76º53.12%25.1%-
HSV(B)256.76º69.39%38.43%-
XYZ3.942.4611.82-
YUV43.43158.79131.97-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.68%
GREEN value IS 30 (12.11% from 255) = 16.95%
BLUE value IS 98 (38.67% from 255) = 55.37%
R=27.68%
G=16.95%
B=55.37%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4930980.50.6900.62256.7653.1225.1
Hex311E62324503E1013519
Octal6136142621050764016531
Binary1100011111011000101100101000101011111010000000111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,30,98); }

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

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

 a { background-color: rgb(49,30,98); }

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

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

 span { border-color: rgb(49,30,98); }

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