#311662

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

Shades of Christalle #311662

Tints of Christalle #311662

Color information

#311662 (or 0x311662) is unknown color: approx Christalle. HEX triplet: 31, 16 and 62. RGB value is (49,22,98). Sum of RGB (Red+Green+Blue) = 49+22+98=169 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.99% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 98 (38.67% from 255 or 57.99% from 169); Max value from RGB is 98 - color contains mainly: blue. Hex color #311662 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311662 is #CEE99D. Grayscale: #262626. Windows color (decimal): -13560222 or 6428209. OLE color: 6428209.

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

Color convert

RGB492298-
CMYK0.50.7800.62
HSL261.32º63.33%23.53%-
HSV(B)261.32º77.55%38.43%-
XYZ3.762.1111.76-
YUV38.74161.45135.32-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.99%
GREEN value IS 22 (8.98% from 255) = 13.02%
BLUE value IS 98 (38.67% from 255) = 57.99%
R=28.99%
G=13.02%
B=57.99%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4922980.50.7800.62261.3263.3323.53
Hex311662324E03E1053f18
Octal6126142621160764057730
Binary1100011011011000101100101001110011111010000010111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311662; }

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

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

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

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

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

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

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

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